Files
openstapps/tsconfig.json
Jovan Krunić 66b8720da0 fix: use stapps core version to compare with backends' core version
Note: not app version (e.g. 2.0.0).

Closes #77
2020-11-27 16:11:14 +01:00

16 lines
342 B
JSON

{
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"declaration": false,
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"resolveJsonModule": true,
"lib": [
"es2017",
"dom"
]
}
}