prototype-3x5/tsconfig.json

10 lines
147 B
JSON

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