⚙tsconfig - no sourcemaps
This commit is contained in:
parent
8ef6f933a7
commit
ffc31506e3
@ -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/**/*"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user