mirror of
https://github.com/diced/zipline.git
synced 2025-05-19 07:44:46 +02:00
16 lines
No EOL
311 B
JSON
16 lines
No EOL
311 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"resolveJsonModule": true,
|
|
"outDir": "./out",
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |