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 b25bb40 commit 9af64fcCopy full SHA for 9af64fc
packages/kratos-cli/tsconfig.json
@@ -1,7 +1,8 @@
1
{
2
"extends": "../../tsconfig.base.json",
3
"compilerOptions": {
4
- "module": "commonjs",
+ "module": "nodenext",
5
+ "moduleResolution": "nodenext",
6
"forceConsistentCasingInFileNames": true,
7
"strict": true,
8
"noImplicitOverride": true,
packages/kratos-cli/tsconfig.lib.json
@@ -3,8 +3,6 @@
"outDir": "../../dist/out-tsc",
"declaration": true,
- "module": "Preserve",
- "moduleResolution": "bundler",
"types": ["node"],
9
"target": "es2021",
10
"strictNullChecks": true,
0 commit comments