14 lines
331 B
JSON
14 lines
331 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": ["tests/**/*.ts", "env.d.ts", "src/**/*", "src/**/*.vue"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
|
|
|
|
"types": ["node", "happy-dom"]
|
|
},
|
|
"paths": {
|
|
"~/*": ["./src/*"],
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|