social_post_api/tsconfig.json
2024-04-28 05:08:55 -04:00

17 lines
No EOL
335 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"outDir": "./dist",
"baseUrl": "./",
"declaration": true
},
"include": [
"src/**/*"
]
}