Co-authored-by: Rares Stefan <948623+StephixOne@users.noreply.github.com> Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
8 lines
212 B
JSON
8 lines
212 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"]
|
|
}
|