Bibata_Cursor/bitmapper/packages/modern/tsconfig.json

10 lines
164 B
JSON
Raw Normal View History

2020-08-14 07:19:43 -04:00
{
2021-02-18 09:32:38 -05:00
"references": [{ "path": "../core" }],
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src"]
2020-08-14 07:19:43 -04:00
}