13 lines
263 B
JSON
13 lines
263 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src",
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"lib": ["ES2022", "DOM"],
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "bundler"
|
||
|
|
},
|
||
|
|
"include": ["src", "vite.config.ts"]
|
||
|
|
}
|