14 lines
265 B
JSON
14 lines
265 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"lib": ["ES2022"],
|
||
|
|
"module": "CommonJS",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src",
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|