WiiDuktape/jsconfig.json
2024-06-24 18:37:10 -07:00

8 lines
112 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"noImplicitAny": true,
"checkJs": true,
"strict": true
}
}