cmake-action/tsconfig.json

11 lines
186 B
JSON

{
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"strict": true,
"module": "node16",
"target": "es2022",
"skipLibCheck": true
},
"include": ["src"]
}