Bibata_Cursor/packages/round/tsconfig.json

10 lines
175 B
JSON
Raw Normal View History

2020-08-14 07:19:43 -04:00
{
2020-08-19 07:41:04 -04:00
"references": [{ "path": "../common" }],
2020-08-14 07:19:43 -04:00
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
2020-08-15 07:58:07 -04:00
"outDir": "dist"
2020-08-14 07:19:43 -04:00
},
"include": ["src"]
2020-08-14 07:19:43 -04:00
}