We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a7baa commit 2600c9eCopy full SHA for 2600c9e
libs/plugin/package.json
@@ -1,7 +1,4 @@
1
{
2
"name": "plugin",
3
- "type": "commonjs",
4
- "dependencies": {
5
- "@nx/devkit": "19.5.6"
6
- }
+ "type": "module"
7
}
libs/plugin/tsconfig.json
@@ -1,7 +1,8 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
- "module": "commonjs",
+ "module": "ESNext",
+ "target": "ESNext",
"verbatimModuleSyntax": false
},
8
"files": [],
0 commit comments