You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
449 B
13 lines
449 B
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@uirouter/core": ["src/includes/@uirouter/core/src"],
|
|
"@uirouter/core/lib/globals": ["src/includes/@uirouter/core/src/globals"],
|
|
"@uirouter/core/lib/state/stateRegistry": ["src/includes/@uirouter/core/src/state/stateRegistry"],
|
|
"@uirouter/core/lib/router": ["src/includes/@uirouter/core/src/router"]
|
|
}
|
|
}
|
|
}
|