ts-nat-comm/tsconfig.json
2023-04-20 20:47:03 -05:00

7 lines
118 B
JSON

{
"compilerOptions": {
"strict": true,
"lib": ["esnext"],
"noUnusedLocals": false
}
}