Files
myeasycms-v2/packages/api/tsconfig.json

9 lines
189 B
JSON

{
"extends": "@acme/tsconfig/base.json",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
},
"include": ["src"],
"exclude": ["node_modules"],
}