mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 16:20:49 +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,
|
"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"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user