14 lines
292 B
JSON
Raw Permalink Normal View History

2026-06-08 06:41:34 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2022", "DOM"],
"strict": true,
"noEmit": true
},
"include": ["src/**/*.ts", "vite.config.ts"]
}