mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-18 16:46:38 +00:00
6 lines
140 B
JSON
6 lines
140 B
JSON
{
|
|
"compilerOptions": { "baseUrl": ".", "paths": { "*": ["types/*"] } },
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*"]
|
|
}
|