Don't typecheck the skin DB as part of Webamp

This commit is contained in:
Jordan Eldredge 2020-04-29 21:07:46 -07:00
parent 0bd8b09ecf
commit 74e58befbe

View file

@ -13,5 +13,5 @@
"pretty": true
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "demo/built"]
"exclude": ["node_modules", "demo/built", "experiments/skin-database"]
}