ignore folder

This commit is contained in:
pikax 2021-04-03 17:53:04 +01:00
parent 9c70fc0ec3
commit 79f9e15f42
1 changed files with 2 additions and 11 deletions

View File

@ -32,16 +32,7 @@
"vue": ["src/platforms/web/entry-runtime-with-compiler"]
}
},
"include": [
"src",
// "packages/runtime-dom/types/jsx.d.ts",
// "packages/*/__tests__",
"test-dts",
"include": ["src", "test-dts", "typescript", "test"],
"typescript",
"test"
// "src/global.d.ts"
],
"exclude": ["flow"]
"exclude": ["flow", "node_modules", "packages"]
}