vuejs-tutorial/tsconfig.build.json

8 lines
92 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
]
}