13 lines
176 B
JSON
13 lines
176 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"include": [
|
||
|
|
"src"
|
||
|
|
],
|
||
|
|
"compilerOptions": {
|
||
|
|
"lib": [
|
||
|
|
"ES2022"
|
||
|
|
],
|
||
|
|
"allowImportingTsExtensions": true
|
||
|
|
}
|
||
|
|
}
|