Files
payloadcms/tools/constants/tsconfig.json
Elliot DeNolf f18ca9cc2b build: move larger scripts into tools dir in workspace (#10653)
Having the `scripts` dir re-use all packages from the top-level was
getting quite unwieldy. Created new `tools` directory that is part of
the workspace. Packages are exported with the `@tools` package
namespace.
2025-01-20 11:34:51 -05:00

7 lines
92 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"strict": true,
}
}