⚙tsconfig - no sourcemaps

This commit is contained in:
Philipp Dormann 2020-12-03 18:48:51 +01:00
parent 8ef6f933a7
commit ffc31506e3

View File

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