Don't attempt to type check compiled assets

This commit is contained in:
Jordan Eldredge 2019-02-16 06:19:40 -08:00
parent e476f1c7df
commit e214ddb8b9

View File

@ -12,6 +12,6 @@
"noEmit": true, "noEmit": true,
"pretty": true "pretty": true
}, },
"include": ["**/*.js", "**/*.ts", "**/*.tsx"], "include": ["js/**/*.js", "js/**/*.ts", "js/**/*.tsx"],
"exclude": ["node_modules", "**/*.spec.ts"] "exclude": ["node_modules", "**/*.spec.ts", "demo/built"]
} }