14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"lib": ["ES2022"]
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|