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
|
|
}
|
|
}
|