mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"checkJs": false,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true
|
|
}
|
|
}
|