cmake-action/tsconfig.json

10 lines
164 B
JSON

{
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"strict": true,
"module": "node16",
"target": "es2022",
"skipLibCheck": true
}
}