12 lines
215 B
JSON
12 lines
215 B
JSON
|
{
|
||
|
"extends": "@tsconfig/node14/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "build",
|
||
|
"rootDir": ".",
|
||
|
"lib": ["dom"],
|
||
|
// Generate d.ts files
|
||
|
"declaration": true
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
}
|