mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true
|
|
},
|
|
"exclude": [
|
|
"./config/",
|
|
"./test/"
|
|
]
|
|
}
|