22 lines
359 B
JSON
22 lines
359 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "CommonJS",
|
|
"lib": [
|
|
"es5",
|
|
"es6",
|
|
"dom",
|
|
"dom.iterable"
|
|
],
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"downlevelIteration": true,
|
|
"baseUrl": "src/web/",
|
|
"paths": {
|
|
"*": [
|
|
"src/web/*",
|
|
]
|
|
}
|
|
}
|
|
} |