We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770b4d2 commit f041e45Copy full SHA for f041e45
tsconfig.base.json
@@ -9,8 +9,6 @@
9
"outDir": "dist",
10
"strict": true,
11
"esModuleInterop": true,
12
- "noImplicitAny": false,
13
- "removeComments": true,
14
- "sourceMap": true
+ "noImplicitAny": false
15
}
16
tsconfig.build.json
@@ -2,7 +2,10 @@
2
"extends": "./tsconfig.base.json",
3
"compilerOptions": {
4
"baseUrl": ".",
5
- "rootDir": "src"
+ "rootDir": "src",
6
+ "removeComments": true,
7
+ "sourceMap": true,
8
+ "inlineSources": true
},
"include": ["src"],
"exclude": ["src/vendor"]
0 commit comments