12 lines
289 B
JSON
12 lines
289 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Cerebrus Vite App",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2023", "DOM"],
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["vite/client"],
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|