mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-26 15:54:23 +00:00
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"include": ["src"],
|
|
"exclude": ["**/*.test.ts"],
|
|
"compilerOptions": {
|
|
"exactOptionalPropertyTypes": true,
|
|
"strict": true,
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"target": "es2022",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|