11 lines
200 B
JSON
11 lines
200 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.base.json",
|
||
|
"include": ["src", "@types"],
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"module": "ES2020",
|
||
|
"outDir": "./dist",
|
||
|
"target": "ES2020",
|
||
|
}
|
||
|
}
|