mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 18:57:47 -06:00
22 lines
432 B
JSON
22 lines
432 B
JSON
{
|
|
"extends": [
|
|
"@tsconfig/node22/tsconfig.json",
|
|
"@vue/tsconfig/tsconfig.json"
|
|
],
|
|
"include": [
|
|
"env.config.d.ts",
|
|
"vite.config.*",
|
|
"vitest.config.*",
|
|
"cypress.config.*"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.config.tsbuildinfo",
|
|
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|