18 lines
316 B
JSON
18 lines
316 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"tests/**/*.ts"
|
|
]
|
|
} |