Files

16 lines
277 B
JSON
Raw Permalink Normal View History

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