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