15 lines
447 B
JSON
15 lines
447 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
|
"jsx": "react-jsx",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"noEmit": true,
|
|
"target": "ES2023",
|
|
"types": ["vite/client", "vitest/globals"],
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
},
|
|
"include": ["src", "vitest.config.ts"],
|
|
}
|