We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25eff11 commit 700a389Copy full SHA for 700a389
tsconfig.json
@@ -1,15 +1,12 @@
1
{
2
"compilerOptions": {
3
- "target": "es5",
4
- "module": "commonjs",
+ "strict": true,
+ "sourceMap": true,
5
"declaration": true,
6
"esModuleInterop": true,
7
- "outDir": "./dist",
8
- "strict": true,
9
- "strictPropertyInitialization": false,
10
- "noImplicitAny": true,
11
"resolveJsonModule": true,
12
- "strictNullChecks": true,
+ "removeComments": true,
+ "outDir": "./dist",
13
"lib": ["es2015", "dom"]
14
},
15
"include": ["./src/**/*.ts", "./src/**/*.json"],
0 commit comments