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 cc78242 commit 31cb00aCopy full SHA for 31cb00a
tsconfig.json
@@ -1,17 +1,16 @@
1
{
2
- "compilerOptions": {
3
- "module": "commonjs",
4
- "declaration": true,
5
- "removeComments": true,
6
- "emitDecoratorMetadata": true,
7
- "experimentalDecorators": true,
8
- "target": "es6",
9
- "sourceMap": true,
10
- "outDir": "./dist",
11
- "baseUrl": "./",
12
- "incremental": true,
13
- "esModuleInterop": true,
14
- },
15
- "exclude": ["node_modules"]
16
- }
17
-
+ "compilerOptions": {
+ "module": "commonjs",
+ "declaration": true,
+ "removeComments": true,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "target": "es6",
+ "sourceMap": true,
+ "outDir": "./dist",
+ "baseUrl": "./",
+ "incremental": true,
+ "esModuleInterop": true
+ },
+ "exclude": ["node_modules", "dist"]
+}
0 commit comments