Michael Bradley b736ebefcd refactor: initial steps toward 5.0.0-alpha.0 (#1856)
BREAKING CHANGE:

There are more than several breaking changes, including DApp configuration for
accounts.
2019-08-30 16:50:20 -04:00

6 lines
140 B
JSON

{
"compilerOptions": { "baseUrl": ".", "paths": { "*": ["types/*"] } },
"extends": "../../tsconfig.json",
"include": ["src/**/*"]
}