Skip to content

Commit adfec83

Browse files
committed
use extends notation and generates source in a different folder
1 parent b316dd0 commit adfec83

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

tsconfig.test.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
{
2+
"extends": "./tsconfig.json",
23
"compilerOptions": {
3-
"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
4+
"outDir": "lib-test"
165
},
176
"include": [
187
"./src/**/*.ts",
198
"./test/**/*.ts"
20-
],
21-
"files": [
22-
"./node_modules/phaser-ce/typescript/phaser.d.ts"
239
]
2410
}

0 commit comments

Comments
 (0)