mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
20 lines
469 B
JSON
20 lines
469 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2017",
|
||
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||
|
|
"allowJs": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"strict": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"module": "esnext",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"isolatedModules": true,
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"incremental": true
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules"]
|
||
|
|
}
|