13 lines
227 B
JSON
13 lines
227 B
JSON
|
{
|
||
|
"extends": "../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"lib": ["ESNext", "DOM"],
|
||
|
"rootDir": ".",
|
||
|
"types": ["node"],
|
||
|
"noEmit": true,
|
||
|
"target": "es6",
|
||
|
"composite": true
|
||
|
}
|
||
|
}
|