mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 09:54:11 +03:00
14 lines
281 B
JSON
14 lines
281 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"checkJs": true,
|
|
"skipLibCheck": false,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|