mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
f02c1dde58
- needed to tell IDEs to lookup the lookup paths - doesn't affect build, as the `tsconfig.json` in the module directory should be ignored by esbuild of the core app.
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"extends": "../../../frontend/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../../../frontend",
|
|
"typeRoots": [
|
|
"../../../frontend/node_modules/@types",
|
|
"../../../frontend/node_modules"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|