prototype-3x5/tsconfig.json

9 lines
118 B
JSON
Raw Normal View History

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