diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-05 14:20:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-05 14:20:54 +0200 |
commit | 333fc4c069e7101ea7b192e2d50fc5858c5adee4 (patch) | |
tree | 93fdca746d7e042ace23c86add191b2ebd061abf /tsconfig.json | |
parent | 482e06a93f04e1544d06d0889dee49f51f9673c2 (diff) |
working load
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json index 8e22c55..3267caa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,11 +2,13 @@ "compilerOptions": { "moduleResolution": "node", "pretty": false, - "target": "ESNext", - "module": "ESNext", + "target": "esnext", + "module": "commonjs", "inlineSources": true, "inlineSourceMap": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "skipLibCheck": true, + "rootDir": "." }, "exclude": [ "node_modules" ], "files": [ |