mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-23 12:01:20 +00:00
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"include": ["src"],
|
|
"exclude": ["**/*.test.ts"],
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"esModuleInterop": true,
|
|
"target": "es2022"
|
|
}
|
|
}
|