chore: space folders (#8707)

* chore: change the space folders structure

* fix: format
This commit is contained in:
sriram veeraghanta 2026-03-05 14:03:54 +05:30 committed by GitHub
parent be8836642a
commit 7fb6696c67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
154 changed files with 30 additions and 197 deletions

View file

@ -4,12 +4,7 @@
"rootDirs": [".", "./.react-router/types"],
"types": ["vite/client"],
"paths": {
"@/app/*": ["./app/*"],
"@/*": ["./core/*"],
"@/helpers/*": ["./helpers/*"],
"@/styles/*": ["./styles/*"],
"@/plane-web/*": ["./ce/*"],
"ce/*": ["./ce/*"]
"@/*": ["./*"]
},
"strictNullChecks": true,
"noImplicitOverride": false,