Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
tweak TS config
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Nov 26, 2018
1 parent fe698e7 commit 6efb5ea
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./src",
"outDir": "./dist",
"sourceMap": false,
"declaration": false,
"sourceMap": true,
"declaration": true,
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"noImplicitAny": true,
"target": "es5",
"lib": ["es2018"]
}
Expand Down

0 comments on commit 6efb5ea

Please sign in to comment.