mirror of https://github.com/embarklabs/embark.git
8 lines
101 B
JSON
8 lines
101 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"files": [
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"include": ["src/**/*"]
|
||
|
}
|