mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-23 21:55:27 +02:00
update target
This commit is contained in:
parent
57b5070faa
commit
ef52060bf1
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"target": "esnext",
|
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
|
"target": "es2019", // Node.js 12
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user