mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-10 19:21:20 +00:00
build(typescript): adjust style for value of module
and target
compiler options
This commit is contained in:
parent
41c98670c8
commit
cc091ad74c
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"module": "NodeNext",
|
"module": "nodenext",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"target": "ES2022",
|
"target": "es2022",
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"]
|
||||||
|
Loading…
Reference in New Issue
Block a user