API-Explorer-II/tsconfig.app.json
2025-03-24 15:25:13 +00:00

14 lines
317 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "test/integration.test.ts"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"esModuleInterop": true,
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}