Make raw-loader more specific and use .js extension for jscad
suggestion for #519
This commit is contained in:
4
app/web/src/globals.d.ts
vendored
4
app/web/src/globals.d.ts
vendored
@@ -2,6 +2,6 @@
|
||||
// eliminates noisy TypeScript errors by registering these file endings as types.
|
||||
// Learned this method of registering modules from https://stackoverflow.com/a/57444766
|
||||
declare module "*.md";
|
||||
declare module "*.SCAD";
|
||||
declare module "*.scad";
|
||||
declare module "*.py";
|
||||
declare module "*.jscad";
|
||||
declare module "*.jscad.js";
|
||||
|
||||
Reference in New Issue
Block a user