mirror of https://github.com/espruino/BangleApps
14 lines
209 B
JSON
14 lines
209 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "tsc"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
],
|
||
|
"references": [
|
||
|
{ "path": "../common" }
|
||
|
]
|
||
|
}
|