1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-01-27 08:51:31 +01:00
Nicolas Constant 98855dc490 project init
2018-03-14 20:48:52 -04:00

20 lines
363 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
}
}