16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": false,
|
|
"noEmit": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": [
|
|
"./index.ts"
|
|
]
|
|
}
|