18 lines
246 B
JSON
18 lines
246 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es6",
|
|
"es2015.promise",
|
|
"es2019.array",
|
|
"es2020.string",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|