Skip to content

Commit 5676890

Browse files
committed
Simplify tsconfig by using shared config
1 parent 3910088 commit 5676890

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

tsconfig.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
3-
"include": ["src/**/*.ts", "src/**/*.vue"],
4-
"tsc-alias": { "resolveFullPaths": true },
5-
"vueCompilerOptions": { "plugins": ["@vue/language-plugin-pug"] },
6-
"extends": [
7-
"@vue/tsconfig/tsconfig",
8-
"@vue/tsconfig/tsconfig.dom",
9-
"@vue/tsconfig/tsconfig.lib",
10-
"@tsconfig/strictest/tsconfig"
11-
],
12-
"compilerOptions": {
13-
"emitDeclarationOnly": false,
14-
"allowImportingTsExtensions": false,
15-
"outDir": "dist"
16-
}
3+
"extends": ["@vuebro/configs/tsconfig"],
4+
"include": ["src/index.ts"]
175
}

0 commit comments

Comments
 (0)