13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"lib": ["dom", "es2022"]
|
|
},
|
|
"include": ["src"]
|
|
}
|