Bibata_Cursor/packages/round/tsconfig.json

14 lines
247 B
JSON
Raw Normal View History

2020-08-14 07:19:43 -04:00
{
"references": [{ "path": "../shared" }],
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
2020-08-15 01:05:26 -04:00
"outDir": "dist",
"baseUrl": "src",
"paths": {
"@shared": ["shared"]
}
2020-08-14 07:19:43 -04:00
},
"include": ["src"]
}