mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02: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
|
||
|
}
|
||
|
}
|