mirror of
https://github.com/diced/zipline.git
synced 2025-04-11 23:31:17 -05:00
12 lines
252 B
JSON
Executable file
12 lines
252 B
JSON
Executable file
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"resolveJsonModule": true,
|
|
"outDir": "./out",
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["src"]
|
|
}
|