17 lines
346 B
JSON
17 lines
346 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"rootDir": "./src",
|
||
|
|
"outDir": "./build",
|
||
|
|
"declaration": true,
|
||
|
|
"declarationMap": true,
|
||
|
|
"sourceMap": true,
|
||
|
|
"noEmit": false,
|
||
|
|
"composite": true,
|
||
|
|
"tsBuildInfoFile": "./build/.tsbuildinfo",
|
||
|
|
"target": "ES2020",
|
||
|
|
"types": ["node"],
|
||
|
|
"allowJs": true
|
||
|
|
}
|
||
|
|
}
|