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 08fc607 commit 427331cCopy full SHA for 427331c
tsconfig.test.json
@@ -1,18 +1,7 @@
1
{
2
+ "extends": "./tsconfig.json",
3
"compilerOptions": {
- "outDir": "lib",
4
- "target": "es5",
5
- "lib": ["es6", "dom"],
6
- "module": "commonjs",
7
- "moduleResolution": "node",
8
- "declaration": true,
9
- "experimentalDecorators": true,
10
- "emitDecoratorMetadata": true,
11
- "noImplicitAny": true,
12
- "noUnusedParameters": false,
13
- "noUnusedLocals": true,
14
- "removeComments": true,
15
- "sourceMap": true
+ "outDir": "lib-test"
16
},
17
"include": [
18
"./src/**/*.ts",
0 commit comments