16 lines
392 B
JSON
16 lines
392 B
JSON
{
|
|
"extends": [
|
|
"@tsconfig/node20/tsconfig.json",
|
|
"@vue/tsconfig/tsconfig.json"
|
|
],
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.config.tsbuildinfo",
|
|
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"]
|
|
}
|
|
} |