cmake-action/tsconfig.json
Alfi Maulana fd05db508b
build: remove esModuleInterop option in TypeScript configuration
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
2025-01-02 22:00:06 +07:00

13 lines
251 B
JSON

{
"include": ["src"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"strict": true,
"module": "node16",
"moduleResolution": "node16",
"target": "es2022",
"skipLibCheck": true
}
}