Browse Source

build(ui): Add gsApp to tsconfig (#86320)

Scott Cooper 1 week ago
parent
commit
372d22f133
3 changed files with 3 additions and 1 deletions
  1. 1 1
      config/tsconfig.base.json
  2. 1 0
      config/tsconfig.build.json
  3. 1 0
      tsconfig.json

+ 1 - 1
config/tsconfig.base.json

@@ -115,7 +115,7 @@
       { "name": "@styled/typescript-styled-plugin" }
     ]
   },
-  "include": ["../static/app", "../tests/js"],
+  "include": ["../static/app", "../static/gsApp", "../tests/js"],
   "exclude": ["../node_modules", "../**/*.benchmark.ts"],
   "ts-node": {
     "transpileOnly": true

+ 1 - 0
config/tsconfig.build.json

@@ -7,6 +7,7 @@
   "exclude": [
     "../tests/js",
     "../static/app/**/*.spec.*",
+    "../static/gsApp/**/*.spec.*",
     "../static/app/**/*.benchmark.ts"
   ]
 }

+ 1 - 0
tsconfig.json

@@ -6,6 +6,7 @@
   "include": [
     "eslint.config.mjs",
     "static/app",
+    "static/gsApp",
     "tests/js",
     "config",
     "scripts"