Browse Source

module type

master
peter 3 years ago
parent
commit
3658192ab6
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      package.json
  2. 1
    1
      tsconfig.json

+ 0
- 1
package.json View File

@@ -23,7 +23,6 @@
23 23
   },
24 24
   "files": [
25 25
     "index.js",
26
-    "index.ts",
27 26
     "index.d.ts"
28 27
   ],
29 28
   "dependencies": {

+ 1
- 1
tsconfig.json View File

@@ -2,7 +2,7 @@
2 2
     "compilerOptions": {
3 3
       "noImplicitAny": false,
4 4
       "target": "ESnext",
5
-      "module": "commonjs",
5
+      "module": "system",
6 6
       "declaration": true,
7 7
       "strict": true,
8 8
       "outDir": ".",

Loading…
Cancel
Save