mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
27 lines
654 B
JSON
27 lines
654 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"incremental": false,
|
|
"isolatedModules": true,
|
|
"lib": ["es2022", "DOM", "DOM.Iterable"],
|
|
"module": "NodeNext",
|
|
"moduleDetection": "force",
|
|
"moduleResolution": "NodeNext",
|
|
"noUncheckedIndexedAccess": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true,
|
|
"target": "ES2022",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@kksh/ui/*": ["../../packages/ui/*"],
|
|
"@kksh/desktop/*": ["../../packages/desktop/*"]
|
|
}
|
|
}
|
|
}
|