Loading tsconfig.config.json +3 −0 Original line number Diff line number Diff line Loading @@ -4,5 +4,8 @@ "compilerOptions": { "composite": true, "types": ["node"] }, "paths": { "@src/*": ["./src/*"] } } tsconfig.json +1 −1 Original line number Diff line number Diff line { "extends": "@vue/tsconfig/tsconfig.web.json", "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "tests/**/*"], "exclude": ["./dist/**/*"], "compilerOptions": { "allowJs": false, Loading Loading
tsconfig.config.json +3 −0 Original line number Diff line number Diff line Loading @@ -4,5 +4,8 @@ "compilerOptions": { "composite": true, "types": ["node"] }, "paths": { "@src/*": ["./src/*"] } }
tsconfig.json +1 −1 Original line number Diff line number Diff line { "extends": "@vue/tsconfig/tsconfig.web.json", "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "tests/**/*"], "exclude": ["./dist/**/*"], "compilerOptions": { "allowJs": false, Loading