diff options
Diffstat (limited to 'packages/typescript-config/base.json')
| -rw-r--r-- | packages/typescript-config/base.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/typescript-config/base.json b/packages/typescript-config/base.json new file mode 100644 index 0000000..1bb1881 --- /dev/null +++ b/packages/typescript-config/base.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "target": "ES2022", + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true + } +} |