mirror of
https://github.com/kou029w/megabit.git
synced 2025-01-30 21:58:04 +00:00
enable esModuleInterop, allowJs
This commit is contained in:
parent
b894aaa0be
commit
09b21adc1b
3 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
"target": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"declaration": true,
|
||||
"noImplicitThis": true,
|
||||
"alwaysStrict": true,
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "cjs",
|
||||
"module": "commonjs",
|
||||
"outDir": "cjs"
|
||||
"esModuleInterop": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"outDir": "esm"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue