mirror of
https://github.com/soconnor0919/hristudio.git
synced 2025-12-11 14:44:44 -05:00
chore: clean diagnostics and prepare for designer structural refactor (stub legacy useActiveStudy)
This commit is contained in:
@@ -30,13 +30,15 @@
|
||||
"~/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.cjs",
|
||||
"**/*.js",
|
||||
".next/types/**/*.ts"
|
||||
".next/types/**/*.ts",
|
||||
"src/components/experiments/designer/state/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "robot-plugins"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user