11 lines
204 B
JSON
11 lines
204 B
JSON
|
{
|
||
|
"extends": "@forbeslindesay/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "lib",
|
||
|
"incremental": true,
|
||
|
"rootDir": "src",
|
||
|
"tsBuildInfoFile": "lib/.tsbuildinfo"
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|