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