Files
logger/tsconfig.json
T
mifi f13fd6d96b
ci/woodpecker/push/ci Pipeline failed
Initial commit
2026-08-05 01:09:30 -03:00

14 lines
360 B
JSON

{
"compilerOptions": {
"target": "ES2024",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"declaration": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"ignoreDeprecations": "6.0"
},
"include": ["src", "test", "tsup.config.ts", "vitest.config.ts"]
}