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