mirror of https://github.com/embarklabs/embark.git
6 lines
140 B
JSON
6 lines
140 B
JSON
|
{
|
||
|
"compilerOptions": { "baseUrl": ".", "paths": { "*": ["types/*"] } },
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"include": ["src/**/*"]
|
||
|
}
|