We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3910088 commit 5676890Copy full SHA for 5676890
tsconfig.json
@@ -1,17 +1,5 @@
1
{
2
"$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
- }
+ "extends": ["@vuebro/configs/tsconfig"],
+ "include": ["src/index.ts"]
17
}
0 commit comments