12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"types": ["vite/client", "react", "react-dom"],
|
|
"noEmit": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/react"],
|
|
"exclude": []
|
|
}
|