11 lines
187 B
JSON
11 lines
187 B
JSON
|
{
|
||
|
"extends": "@tsconfig/node14/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": ".",
|
||
|
"declaration": true,
|
||
|
"outDir": "build",
|
||
|
"lib": ["dom"]
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|