Allow resolving JSON modules
This commit is contained in:
parent
a84ff5ee63
commit
5279b7249c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"module": "ES2020",
|
"module": "ES2020",
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
|
"resolveJsonModule": true,
|
||||||
"target": "ES2020"
|
"target": "ES2020"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue