mirror of https://github.com/embarklabs/embark.git
13 lines
276 B
JSON
13 lines
276 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"declarationDir": "./dist",
|
||
|
"rootDir": "./src",
|
||
|
"tsBuildInfoFile": "./node_modules/.cache/tsc/tsconfig.embark-ganache.tsbuildinfo"
|
||
|
},
|
||
|
"extends": "../../../tsconfig.base.json",
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|