yt-normal-thumbnails/tsconfig.json
2020-11-15 09:54:53 +00:00

12 lines
226 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"noImplicitAny": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}