Files
nodejs-web-template/tsconfig.json
Cory Sanin 237d076668
Some checks failed
NPM Audit Check / Check NPM audit (push) Has been cancelled
App Image CI / Build app image (push) Has been cancelled
Initial commit
2025-10-09 18:48:59 -05:00

11 lines
190 B
JSON

{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"esModuleInterop": true,
"sourceMap": true
},
"include": [
"src"
]
}