mirror of
https://github.com/diced/zipline.git
synced 2026-01-03 16:28:41 -08:00
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"resolveJsonModule": true,
|
|
"outDir": "./out",
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |