mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 07:40:51 +00:00
Don't attempt to type check compiled assets
This commit is contained in:
parent
e476f1c7df
commit
e214ddb8b9
@ -12,6 +12,6 @@
|
||||
"noEmit": true,
|
||||
"pretty": true
|
||||
},
|
||||
"include": ["**/*.js", "**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules", "**/*.spec.ts"]
|
||||
"include": ["js/**/*.js", "js/**/*.ts", "js/**/*.tsx"],
|
||||
"exclude": ["node_modules", "**/*.spec.ts", "demo/built"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user