diff --git a/web/packages/build-config/tsconfig.json b/web/packages/build-config/tsconfig.json new file mode 100644 index 0000000000000000000000000000000000000000..6fb762d4f9b9d9a20e8304bfc32f9032b41fc590 --- /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"] +}