github-script/tsconfig.json
2025-06-02 21:54:07 -04:00

12 lines
No EOL
212 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "Node16",
"moduleResolution": "node16",
"strict": true,
"forceConsistentCasingInFileNames": true
},
"exclude": [
"__test__"
]
}