zipline/tsconfig.json
dicedtomatoreal 06777cca92 #37 format
2020-10-05 14:50:32 -07:00

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