yt-normal-thumbnails/tsconfig.json

12 lines
226 B
JSON
Raw Normal View History

2020-11-15 01:22:11 +03:00
{
"compilerOptions": {
2020-11-15 12:03:53 +03:00
"target": "es5",
"module": "commonjs",
"strict": true,
"noImplicitAny": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
2020-11-15 01:22:11 +03:00
}
}