fs-safe/tsconfig.json
2026-05-05 18:29:53 +01:00

18 lines
408 B
JSON

{
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"lib": ["ES2023", "ESNext.Disposable"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noUncheckedIndexedAccess": true,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"target": "ES2022",
"verbatimModuleSyntax": true
},
"include": ["src/**/*.ts"]
}