mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
feat: migrate to esm
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"inlineSourceMap": true,
|
||||
"skipLibCheck": true,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "Node",
|
||||
"noErrorTruncation": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitAny": true,
|
||||
@@ -19,7 +19,7 @@
|
||||
"outDir": "./lib/",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"target": "es6"
|
||||
"target": "ES2020"
|
||||
},
|
||||
"exclude": [
|
||||
"./lib/",
|
||||
|
||||
Reference in New Issue
Block a user