diff options
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" ] } |