18 lines
432 B
JSON
18 lines
432 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["ES2022"],
|
|
"strict": true,
|
|
"exactOptionalPropertyTypes": false,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": false,
|
|
"allowImportingTsExtensions": false,
|
|
"noEmit": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src", "tests"]
|
|
} |