17 lines
248 B
JSON
17 lines
248 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"rootDir": "src",
|
|
"module": "es6",
|
|
"declaration": false,
|
|
"removeComments": true,
|
|
"lib": [
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/*.ts"
|
|
]
|
|
}
|