Bibata_Cursor/bitmapper/packages/original/tsconfig.json
ful1e5 c92343ece3 🧹 Bitmapper organized
All bitmaps renderer are moved to `<root>/bitmapper` directory. That's
help us for `Makefile`.
2021-02-18 19:15:38 +05:30

9 lines
173 B
JSON

{
"references": [{ "path": "../core" }],
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src"]
}