mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-17 17:28:01 +00:00
17 lines
423 B
JSON
17 lines
423 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": ["src/env.d.ts", "src/**/*.ts", "src/**/*.d.ts", "src/**/*.vue"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"ignoreDeprecations": "6.0",
|
|
"allowJs": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"paths": {
|
|
"@icons/*": ["node_modules/vue-material-design-icons/*"],
|
|
"@/*": ["src/*"]
|
|
}
|
|
}
|
|
}
|