tsconfig-jsdoc
Version:
Strict tsconfig files for use with jsdoc types
20 lines • 480 B
JSON
{
"extends": [
"@tsconfig/strictest/tsconfig.json"
],
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"declaration": true,
"declarationDir": "./dist",
"declarationMap": true,
"emitDeclarationOnly": true,
"lib": [
"ESNext"
],
"moduleResolution": "bundler",
"module": "esnext",
"skipLibCheck": true,
"target": "ESNext",
},
}