13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"module": "ES6",
|
|
"declaration": false,
|
|
"removeComments": true
|
|
},
|
|
"include": [
|
|
"src/*.ts"
|
|
]
|
|
}
|