chore: demo spec uses ts (#8197)

This commit is contained in:
neverland
2021-02-22 20:53:07 +08:00
committed by GitHub
parent f4698ebf44
commit f0f89f1c4c
191 changed files with 254 additions and 256 deletions
+1 -1
View File
@@ -14,5 +14,5 @@
}
},
"include": ["types/**/*", "docs/**/*", "src/**/*"],
"exclude": ["**/*.spec.ts", "**/*.spec.js", "node_modules"]
"exclude": ["**/index.spec.ts", "**/*.spec.js", "node_modules"]
}