Initial editor tabs implementation with CAD package guides #519

Merged
franknoirot merged 12 commits from editor-tabs into main 2021-09-20 09:55:30 +02:00
Showing only changes of commit 59df7fdc25 - Show all commits

7
app/web/src/globals.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
// While the raw-loader Webpack plugin actually makes these imports work, this
// 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 "*.py";
declare module "*.jscad";