prototype-3x5/jsconfig.json

8 lines
98 B
JSON
Raw Normal View History

2023-07-22 02:19:10 +00:00
{
"compilerOptions": {
"checkJs": true,
2023-08-04 04:17:14 +00:00
"strict": true,
"lib": ["ES6", "DOM"]
2023-07-22 02:19:10 +00:00
}
}