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 data
*.crt *.crt
*.js *.js
*.js.map
settings.ts settings.ts
iisnode iisnode

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

Loading…
Cancel
Save