|
|
@@ -1,37 +1,7 @@
|
|
|
{
|
|
|
+ "extends": "../tsconfig.json",
|
|
|
"compilerOptions": {
|
|
|
- "baseUrl": ".",
|
|
|
- "outDir": "dist",
|
|
|
- "sourceMap": true,
|
|
|
- "target": "esnext",
|
|
|
- "module": "ESNext",
|
|
|
- "moduleResolution": "node",
|
|
|
- "strict": true,
|
|
|
-
|
|
|
- "allowJs": true,
|
|
|
- "noImplicitAny": false,
|
|
|
- "noImplicitThis": false,
|
|
|
-
|
|
|
- "noUnusedLocals": true,
|
|
|
- "experimentalDecorators": true,
|
|
|
- "resolveJsonModule": true,
|
|
|
- "esModuleInterop": true,
|
|
|
- "removeComments": false,
|
|
|
- "jsx": "preserve",
|
|
|
- "lib": ["esnext", "dom"],
|
|
|
- "types": ["node", "vitest/globals"],
|
|
|
- "paths": {
|
|
|
- "compiler/*": ["../src/compiler/*"],
|
|
|
- "core/*": ["../src/core/*"],
|
|
|
- "server/*": ["../packages/server-renderer/src/*"],
|
|
|
- "sfc/*": ["../src/sfc/*"],
|
|
|
- "shared/*": ["../src/shared/*"],
|
|
|
- "web/*": ["../src/platforms/web/*"],
|
|
|
- "v3": ["../src/v3/index"],
|
|
|
- "v3/*": ["../src/v3/*"],
|
|
|
- "types/*": ["../src/types/*"],
|
|
|
- "vue": ["../src/platforms/web/entry-runtime-with-compiler"]
|
|
|
- }
|
|
|
+ "types": ["node", "vitest/globals"]
|
|
|
},
|
|
|
"include": ["../src", "."]
|
|
|
}
|