viossa.net/libs/common/tsconfig.json
2025-06-12 18:13:50 -04:00

14 lines
290 B
JSON

{
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "ES2022",
"strict": true,
"noUncheckedIndexedAccess": true,
"sourceMap": true,
"outDir": "dist",
},
"include": [
"src"
]
}