mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-10 03:01:21 +00:00
17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["ES2022"],
|
|
"target": "ES2022",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|