prototype-3x5/tsconfig.json

10 lines
147 B
JSON
Raw Permalink Normal View History

2023-07-22 02:19:10 +00:00
{
"compilerOptions": {
"checkJs": true,
2023-08-26 05:16:43 +00:00
"esModuleInterop": true,
2023-08-06 06:40:02 +00:00
"lib": ["ES6", "DOM"],
"noEmit": true,
"strict": true
2023-07-22 02:19:10 +00:00
}
}