Back to Quality Engineering Toolkit
capstone-quality-engineering-toolkit/tsconfig.json
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"noUncheckedIndexedAccess": true,
"noEmit": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}