prototype-3x5/tsconfig.json

10 lines
147 B
JSON
Raw Normal View History

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