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
lachie-underhill 4dac614280
Add typescript
2023-06-02 09:21:54 +10:00

13 lines
266 B
JSON

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