mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-21 09:58:30 +00:00
6 lines
143 B
JSON
6 lines
143 B
JSON
{
|
|
"compilerOptions": { "baseUrl": ".", "paths": { "*": ["types/*"] } },
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["src/**/*"]
|
|
}
|