diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-04 09:40:56 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-04 09:40:56 +0200 |
commit | 7c93e78865698cc80dd96ccf0e7639cffc85d641 (patch) | |
tree | e5c6e968c18cd14bf6469238ae167c9cf64ffbfb /tsconfig.json | |
parent | 1bfd3543a7989e325c756547960b99d0d3eaed07 (diff) |
keep alive + nodejs binding
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index a245282..8e22c55 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,11 +5,13 @@ "target": "ESNext", "module": "ESNext", "inlineSources": true, - "inlineSourceMap": true + "inlineSourceMap": true, + "allowSyntheticDefaultImports": true }, "exclude": [ "node_modules" ], "files": [ "./index.ts", - "./plugin.ts" + "./plugin.ts", + "./lamp.ts" ] } |