15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"module": "ESNext",
|
|
"target": "ES2020",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src"]
|
|
}
|