mirror of
https://github.com/zoriya/v10.git
synced 2026-08-06 06:07:56 +00:00
14 lines
287 B
JSON
14 lines
287 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": "dist",
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist",
|
|
"skipLibCheck": true,
|
|
"composite": false,
|
|
"incremental": false
|
|
},
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|