⚙tsconfig - no sourcemaps

This commit is contained in:
Philipp Dormann 2020-12-03 18:48:51 +01:00
parent 8ef6f933a7
commit ffc31506e3
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@
"esModuleInterop": true,
"strict": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
"emitDecoratorMetadata": true,
"sourceMap": false
},
"include": [
"src/**/*"
],