Files
payload/tsconfig.server.json

11 lines
226 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
},
"exclude": [
"src/admin",
"**/*.spec.js",
]
}