ashim/apps/api/tsconfig.json

12 lines
217 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"lib": ["ES2022"],
"module": "ESNext",
"target": "ES2022"
},
"include": ["src/**/*"]
}