WiiDuktape/jsconfig.json

9 lines
112 B
JSON
Raw Normal View History

{
"compilerOptions": {
2024-06-25 01:31:56 +00:00
"target": "ESNext",
"noImplicitAny": true,
"checkJs": true,
"strict": true
}
}