freshyo/packages/db_helper_sqlite/tsconfig.json
2026-09-04 23:27:01 +05:30

18 lines
412 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"paths": {
"@/*": ["./*"],
"@packages/shared": ["../shared"],
"@packages/shared/*": ["../shared/*"]
},
"resolveJsonModule": true,
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}