diff options
| author | Shinigami <[email protected]> | 2024-09-14 21:44:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-14 21:44:33 +0200 |
| commit | 53ef42cc192996a0e09bba9d5f5f8a70a7932275 (patch) | |
| tree | 0f1e6f4bf5d9257ac0b7b09d2921b3a53b13d4cc /tsconfig.json | |
| parent | 18ab2c7b3c8fa78c46d4abafc07c3219f41caa46 (diff) | |
| download | faker-53ef42cc192996a0e09bba9d5f5f8a70a7932275.tar.xz faker-53ef42cc192996a0e09bba9d5f5f8a70a7932275.zip | |
fix: emit cts types (#3093)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tsconfig.json b/tsconfig.json index cc4809da..c8ffb862 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,15 +1,12 @@ { "compilerOptions": { "target": "ESNext", - "moduleResolution": "node", + "moduleResolution": "Bundler", "module": "ESNext", "strict": true, "noEmit": true, - "declaration": true, "stripInternal": true, "verbatimModuleSyntax": true, - - // These are configs specifically for !build and have to be reverted in the tsconfig.build.json "skipLibCheck": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true |
