Skip to content

Commit

Permalink
use extends notation and generates source in a different folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Aug 1, 2018
1 parent b316dd0 commit adfec83
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"target": "es5",
"lib": ["es6", "dom"],
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noImplicitAny": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
"removeComments": true,
"sourceMap": true
"outDir": "lib-test"
},
"include": [
"./src/**/*.ts",
"./test/**/*.ts"
],
"files": [
"./node_modules/phaser-ce/typescript/phaser.d.ts"
]
}

0 comments on commit adfec83

Please sign in to comment.