mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 10:41:22 +00:00
11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
|
"compilerOptions": {
|
|
"exactOptionalPropertyTypes": true,
|
|
"strict": true,
|
|
"module": "node16",
|
|
"target": "es2022",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|