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