mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 18:51:21 +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": {
|
||||
"strict": true,
|
||||
"module": "NodeNext",
|
||||
"module": "nodenext",
|
||||
"declaration": true,
|
||||
"outDir": "dist",
|
||||
"sourceMap": true,
|
||||
"target": "ES2022",
|
||||
"target": "es2022",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src"]
|
||||
|
Loading…
Reference in New Issue
Block a user