1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00
zipline/tsconfig.json

13 lines
252 B
JSON
Raw Permalink Normal View History

2020-04-21 21:28:33 -07:00
{
2020-10-05 14:50:32 -07:00
"compilerOptions": {
"experimentalDecorators": true,
"module": "commonjs",
"target": "esnext",
"resolveJsonModule": true,
"outDir": "./out",
"esModuleInterop": true
},
"exclude": ["node_modules"],
"include": ["src"]
}