12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noLib": false,
|
|
"target": "ES2021",
|
|
"sourceMap": true
|
|
}
|
|
}
|