13 lines
252 B
JSON
13 lines
252 B
JSON
|
{
|
||
|
"extends": "@tsconfig/node18/tsconfig.json",
|
||
|
"version": "4.4.2",
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"sourceMap": true,
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./lib"
|
||
|
},
|
||
|
"include": ["src/**/*.ts"]
|
||
|
}
|