mirror of
https://github.com/zuiidea/antd-admin
synced 2026-09-24 01:55:12 +00:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"types": ["node"],
|
|
"resolveJsonModule": true,
|
|
"rootDir": ".",
|
|
"verbatimModuleSyntax": true
|
|
},
|
|
"include": ["src/**/*.ts", "tsup.config.ts", "vitest.config.ts"]
|
|
}
|