vue-shovel/tsconfig.app.json
Norman Köhring 959aa53138 package updates and fixed surrounding detection
* also a nicer running animation
2025-03-13 16:02:50 +01:00

15 lines
408 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": {
"~/*": ["./src/*"],
"~cmp/*": ["./src/components/*"],
"~use/*": ["./src/composables/*"],
"~asset/*": ["./src/assets/*"]
}
}
}