init
This commit is contained in:
13
platform/ui-next/tsconfig.json
Normal file
13
platform/ui-next/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@ui/*": ["./src/*"],
|
||||
"@ohif/core": ["../core/src"],
|
||||
"@ohif/ui": ["../ui/src"]
|
||||
}
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user