zipline/tsconfig.json
dicedtomatoreal a75c1b7022 add
2020-04-21 21:28:33 -07:00

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"
]
}