committed by
Jason Dreyzehner
parent
5b601d7fac
commit
3577caa045
@@ -2,6 +2,7 @@
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "build",
|
||||
"rootDir": "src",
|
||||
"module": "es6",
|
||||
"declaration": false,
|
||||
"removeComments": true,
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "build"
|
||||
"outDir": "build",
|
||||
"rootDir": "src"
|
||||
},
|
||||
"include": [
|
||||
"src/*.ts"
|
||||
|
||||
Reference in New Issue
Block a user