samgis / static /tsconfig.app.json
alessandro trinca tornidor
[feat] add working static frontend
208eb54
raw
history blame
No virus
278 Bytes
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*", "functions/**/*"],
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}