1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
stardew_community_checklist/tsconfig.json
2023-06-05 15:01:51 +10:00

13 lines
274 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["**/*.ts", "**/*.js", "**/*.vue"],
"exclude": ["src/**/__tests__/*", "node_modules", "dist"],
"compilerOptions": {
"allowJs": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}