generate declaration/source map files
This commit is contained in:
parent
1d7349d7d3
commit
b7a49877b9
@ -7,6 +7,8 @@
|
||||
"outDir": "./build",
|
||||
"target": "ES2022",
|
||||
"moduleResolution": "NodeNext",
|
||||
"module": "CommonJS"
|
||||
"module": "CommonJS",
|
||||
"declaration": true,
|
||||
"sourceMap": true
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user