UNPKG

@appnest/web-config

Version:

A Rollup configuration to help you build modern web applications.

16 lines (13 loc) 316 B
// https://github.com/s-panferov/awesome-typescript-loader/issues/146#issuecomment-248808206 declare module "*.scss" { const content: string; export default content; } declare module "*.css" { const content: string; export default content; } declare module "*.json" { const json: any; export default json; }