prototype-3x5/tsconfig.json
2023-08-06 02:40:02 -04:00

8 lines
118 B
JSON

{
"compilerOptions": {
"checkJs": true,
"lib": ["ES6", "DOM"],
"noEmit": true,
"strict": true
}
}