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