mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 18:51:21 +00:00
build(ts): adjust options in tsconfig.json
This commit is contained in:
parent
9ae5fad42a
commit
274ff422c0
@ -1,9 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"strict": true,
|
||||
"module": "node16",
|
||||
"target": "es2022",
|
||||
"skipLibCheck": true
|
||||
"moduleResolution": "node16",
|
||||
"esModuleInterop": true,
|
||||
"target": "es2022"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user