mirror of
https://github.com/directus/directus.git
synced 2026-01-21 01:18:02 -05:00
* Use tsconfig.prod.json in packages * Use prod tsconfig in api * Install node types in storage
5 lines
64 B
JSON
5 lines
64 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["**/*.test.ts"]
|
|
}
|