mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
17 lines
276 B
JSON
17 lines
276 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.config.json"
|
|
}
|
|
]
|
|
}
|