18 lines
463 B
JSON
18 lines
463 B
JSON
{
|
|
"extends": "../../tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"verbatimModuleSyntax": false,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"tsBuildInfoFile": "./dist/.tsbuildinfo",
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"allowImportingTsExtensions": false,
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
},
|
|
"include": ["src"]
|
|
} |