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.
2 parents b25bb40 + 9af64fc commit 186da20Copy full SHA for 186da20
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