1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-21 23:52:12 +01:00
test-reporter/tsconfig.json
2026-03-02 14:25:51 +01:00

17 lines
338 B
JSON

{
"compilerOptions": {
"lib": ["es2023"],
"module": "nodenext",
"target": "es2022",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node16",
"isolatedModules": true,
"outDir": "./lib",
"rootDir": "./src",
},
"exclude": ["node_modules", "**/*.test.ts"]
}