mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -08:00
24 lines
579 B
JSON
Executable File
24 lines
579 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"incremental": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["vite-env.d.ts", "**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules", "uploads", "build"]
|
|
}
|