hyapp-admin-platform/tsconfig.json
2026-06-09 13:14:11 +08:00

22 lines
477 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"ignoreDeprecations": "6.0",
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"types": ["node", "vitest/globals", "vite/client"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src", "scripts", "contracts"]
}