2 "$schema": "https://json.schemastore.org/tsconfig",
3 "extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.dom.json"],
5 "experimentalDecorators": true,
6 "allowSyntheticDefaultImports": true,
10 "types": ["node", "jsdom"],
15 "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
16 "exclude": ["node_modules"]