diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 08:57:30 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 08:57:30 -0400 |
| commit | 4d0484132aa2a6baef12a5ed5d3d4c3ca1ad7106 (patch) | |
| tree | 9e6afc515a7b92e9ee89c75888b0a23b02c8735c /tsconfig.node.json | |
| parent | 59067695f934184c7e6efaa4fc89fbde2f27a7cb (diff) | |
All works. learn source map error and fix it
Diffstat (limited to 'tsconfig.node.json')
| -rw-r--r-- | tsconfig.node.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.node.json b/tsconfig.node.json index 2e1f67f..5f07f27 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -2,8 +2,7 @@ "compilerOptions": { "composite": true, "module": "ESNext", - "moduleResolution": "Node", - "strictNullChecks": true, + "moduleResolution": "Node" }, "include": [ "vite.config.ts" |
