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