ts-nat-comm/tsconfig.json

8 lines
118 B
JSON
Raw Permalink Normal View History

2023-04-21 01:47:03 +00:00
{
"compilerOptions": {
"strict": true,
"lib": ["esnext"],
"noUnusedLocals": false
}
}