test/tsconfig.json

17 lines
299 B
JSON
Raw Normal View History

2022-12-22 12:50:12 +00:00
{
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"esModuleInterop": true,
"module": "ES2022",
"moduleResolution": "Node",
"outDir": "build",
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
},
"include": [
"source"
]
}