Co-authored-by: Rares Stefan <948623+StephixOne@users.noreply.github.com> Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext"
|
|
},
|
|
"include": ["src/admin"],
|
|
"exclude": ["**/*.spec.js"]
|
|
}
|