Enabled source map

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 7 years ago
parent 906609b52c
commit fed4b24322
  1. 1
      BuildServer/.gitignore
  2. 1
      BuildServer/tsconfig.json

@ -17,6 +17,7 @@ node_modules
data
*.crt
*.js
*.js.map
settings.ts
iisnode

@ -2,7 +2,6 @@
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"sourceMap": false,
"strictNullChecks": true,
"typeRoots": [
"node_modules/@types"

Loading…
Cancel
Save