Bibata_Cursor/packages/round/tsconfig.json

10 lines
182 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 07:58:07 -04:00
"outDir": "dist"
2020-08-14 07:19:43 -04:00
},
2020-08-19 02:53:30 -04:00
"include": ["src", "svg"]
2020-08-14 07:19:43 -04:00
}