fix(sample-app): make possible to run app

This commit is contained in:
Morb0
2021-01-03 15:35:18 +03:00
parent 334304a823
commit e75415340b
9 changed files with 117 additions and 210 deletions

View File

@@ -7,8 +7,9 @@
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"target": "es2017",
"sourceMap": false,
"baseUrl": "./",
"outDir": "./dist",
"skipLibCheck": true
},