a6cbcc273e
Made-with: Cursor
11 lines
263 B
JSON
11 lines
263 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": ["app/**/*.ts", "app/**/*.tsx", "app/**/*.d.ts", "vite.config.ts"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|