prototype-3x5/tsconfig.json

8 lines
91 B
JSON
Raw Normal View History

2023-07-22 02:19:10 +00:00
{
"compilerOptions": {
"checkJs": true,
"noEmit": true,
"strict": true
}
}