cmake-action/tsconfig.json
Alfi Maulana e521c82d89
build: use @tsconfig/node23 in tsconfig.json file
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
2025-03-21 21:39:07 +07:00

9 lines
140 B
JSON

{
"extends": "@tsconfig/node23",
"include": ["src"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {
"module": "node16"
}
}