1
0
mirror of https://github.com/kunkunsh/kunkun.git synced 2025-04-22 14:39:17 +00:00
2024-11-15 18:28:57 -05:00

13 lines
283 B
JSON

{
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}