diff --git a/web/packages/build-config/tsconfig.json b/web/packages/build-config/tsconfig.json new file mode 100644 index 000000000..6fb762d4f --- /dev/null +++ b/web/packages/build-config/tsconfig.json @@ -0,0 +1,9 @@ +{ + /* A minimal tsconfig so that we can run tsc on the build-config package + itself */ + "compilerOptions": { + "noEmit": true, + "checkJs": true + }, + "include": ["*.js"] +}