impl #309 observe font face set changes

This commit is contained in:
Yanzhen Yu
2020-09-17 02:11:34 +08:00
parent 412f6ca95e
commit 2440701926
7 changed files with 121 additions and 4 deletions

View File

@@ -14,5 +14,9 @@
},
"compileOnSave": true,
"exclude": ["test"],
"include": ["src", "test.d.ts"]
"include": [
"src",
"test.d.ts",
"node_modules/@types/css-font-loading-module/index.d.ts"
]
}