1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00
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"]
}