mirror of
https://github.com/diced/zipline.git
synced 2025-05-18 23:42:19 +02:00
31 lines
No EOL
591 B
JSON
31 lines
No EOL
591 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"strict": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"experimentalDecorators": true,
|
|
"noEmit": false
|
|
},
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
".next"
|
|
]
|
|
} |