16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": ["es6", "dom"],
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./node_modules/@figma"
|
|
]
|
|
}
|
|
}
|