mirror of
https://github.com/diced/zipline.git
synced 2025-12-30 06:31:08 -08:00
22 lines
544 B
JSON
22 lines
544 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"]
|
|
}
|