mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 18:21:20 +00:00
9 lines
140 B
JSON
9 lines
140 B
JSON
{
|
|
"extends": "@tsconfig/node20",
|
|
"include": ["src"],
|
|
"exclude": ["**/*.test.ts"],
|
|
"compilerOptions": {
|
|
"module": "node16"
|
|
}
|
|
}
|