1
0
Files
render-mathproblems/blocksystem/tsconfig.lib.json
2026-06-03 18:59:08 -04:00

13 lines
338 B
JSON

{
"extends": "./tsconfig.app.json",
"include": ["env.d.ts", "src/index.ts", "src/components/**/*.vue"],
"compilerOptions": {
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist",
"declarationDir": "dist",
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.lib.tsbuildinfo"
}
}