|
@@ -6,7 +6,7 @@
|
|
|
"moduleResolution": "node",
|
|
|
"experimentalDecorators": true,
|
|
|
"emitDecoratorMetadata": true,
|
|
|
- "inlineSourceMap":true,
|
|
|
+ "inlineSourceMap": true,
|
|
|
"noImplicitThis": true,
|
|
|
"noUnusedLocals": true,
|
|
|
"stripInternal": true,
|
|
@@ -14,13 +14,9 @@
|
|
|
"pretty": true,
|
|
|
"declaration": true,
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
- "typeRoots": [ "./typings", "./node_modules/@types"],
|
|
|
+ "typeRoots": ["./typings", "./node_modules/@types"],
|
|
|
"outDir": "dist",
|
|
|
- "removeComments": true,
|
|
|
+ "esModuleInterop": true
|
|
|
},
|
|
|
- "exclude": [
|
|
|
- "dist",
|
|
|
- "node_modules",
|
|
|
- "test"
|
|
|
- ]
|
|
|
+ "exclude": ["dist", "node_modules", "test"]
|
|
|
}
|