Skip to content

Commit 2600c9e

Browse files
committed
fix(plugin): try using esnext
1 parent 08a7baa commit 2600c9e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: libs/plugin/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"name": "plugin",
3-
"type": "commonjs",
4-
"dependencies": {
5-
"@nx/devkit": "19.5.6"
6-
}
3+
"type": "module"
74
}

Diff for: libs/plugin/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
"module": "commonjs",
4+
"module": "ESNext",
5+
"target": "ESNext",
56
"verbatimModuleSyntax": false
67
},
78
"files": [],

0 commit comments

Comments
 (0)