mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-27 00:04:22 +00:00
build: enable TypeScript strict configuration
This commit is contained in:
parent
dc5be9d408
commit
9b0e832a13
@ -2,6 +2,8 @@
|
||||
"include": ["src"],
|
||||
"exclude": ["**/*.test.ts"],
|
||||
"compilerOptions": {
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"strict": true,
|
||||
"module": "node16",
|
||||
"moduleResolution": "node16",
|
||||
"esModuleInterop": true,
|
||||
|
Loading…
Reference in New Issue
Block a user