ubiquitous-invention/apps/collab-server/tsconfig.json

11 lines
220 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"incremental": false
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}