mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-26 07:44:23 +00:00
8 lines
107 B
JSON
8 lines
107 B
JSON
{
|
|
"extends": "@tsconfig/node20",
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
"noEmit": true
|
|
}
|
|
}
|