diff options
| author | lishid <[email protected]> | 2020-10-26 11:58:14 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2020-10-26 12:02:41 -0400 |
| commit | 245339d8e08567a490df8dd5c2d25014539a8f99 (patch) | |
| tree | 8b12fc396946271ef58db47466681bc2a82cfbc4 /tsconfig.json | |
| parent | 5b96e4a0951ecb436b6d8fb484bbbaeab32fe092 (diff) | |
| download | ai-pulse-obsidian-plugin-245339d8e08567a490df8dd5c2d25014539a8f99.tar.gz ai-pulse-obsidian-plugin-245339d8e08567a490df8dd5c2d25014539a8f99.zip | |
Use rollup for bundling.
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index b13c45f..d148fe0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,11 +3,12 @@ "baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
- "module": "CommonJS",
+ "module": "ESNext",
"target": "es5",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
+ "importHelpers": true,
"lib": [
"dom",
"es5",
|
