mirror of
https://github.com/hj01857655/kiro-account-manager.git
synced 2026-08-29 01:22:08 +08:00
15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"include": ["vite.config.ts", "vite.config.js"]
|
|
}
|