11 lines
226 B
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",
|
|
]
|
|
}
|