mirror of https://github.com/buster-so/buster.git
18 lines
320 B
JSON
18 lines
320 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "bundler",
|
||
|
"types": ["node", "vite/client"],
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"include": [
|
||
|
"vite.config.ts",
|
||
|
"vitest.config.ts",
|
||
|
"vitest.setup.ts"
|
||
|
]
|
||
|
}
|
||
|
|
||
|
|