pelican-jdr/tsconfig.json
2023-02-08 20:45:19 +01:00

17 lines
317 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"lib": ["es2018", "dom", "esnext"],
},
"references": [
{
"path": "./tsconfig.config.json"
}
],
}