Files
directus/api/tsconfig.prod.json
Rijk van Zanten 50e2c4220d Standardize TSConfig use (#18538)
* Use tsconfig.prod.json in packages

* Use prod tsconfig in api

* Install node types in storage
2023-05-10 13:22:30 -04:00

5 lines
64 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["**/*.test.ts"]
}