mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-11 13:17:11 +00:00
BREAKING CHANGE: There are more than several breaking changes, including DApp configuration for accounts.
6 lines
140 B
JSON
6 lines
140 B
JSON
{
|
|
"compilerOptions": { "baseUrl": ".", "paths": { "*": ["types/*"] } },
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*"]
|
|
}
|