mirror of
https://github.com/Neur0toxine/yt-normal-thumbnails.git
synced 2024-11-21 20:36:07 +03:00
12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|