prototype-3x5/tsconfig.json

7 lines
98 B
JSON

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