@@ -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
@@ -7,6 +7,7 @@
"exclude": [
"../tests/js",
"../static/app/**/*.spec.*",
+ "../static/gsApp/**/*.spec.*",
"../static/app/**/*.benchmark.ts"
}
@@ -6,6 +6,7 @@
"include": [
"eslint.config.mjs",
"static/app",
+ "static/gsApp",
"tests/js",
"config",
"scripts"