1
0
Files
sequence-js/tsconfig.json
Herve BECHER 71c620a28d sync
2025-09-10 10:21:37 +02:00

22 lines
411 B
JSON

{
"compilerOptions": {
"module": "nodenext",
"target": "esnext",
"moduleResolution": "nodenext",
"lib": [
"ESNext"
],
"esModuleInterop": true,
"alwaysStrict": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": true,
"declaration": true,
"declarationMap": true,
"rootDir": "./src"
},
"include": [
"./src"
]
}