summaryrefslogtreecommitdiff
path: root/@linaria/packages/babel/tsconfig.json
blob: 73092b0c3dd9900680ee6e3304f0cfd8e6360ba2 (plain)
1
2
3
4
5
6
7
8
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "paths": {},
    "rootDir": "src/"
  },
  "references": [{ "path": "../core" }, { "path": "../logger" }]
}