mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 04:31:27 +00:00
8 lines
101 B
JSON
8 lines
101 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"files": [
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"include": ["src/**/*"]
|
||
|
}
|