mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-12 04:01:22 +00:00
13 lines
218 B
JSON
13 lines
218 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "NodeNext",
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"target": "ES2022",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|