summaryrefslogtreecommitdiff
path: root/@linaria/packages/esbuild/tsconfig.json
blob: 3d5aeee27a149f241a66f9cf7cd4cd88df41353e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "paths": {},
    "rootDir": "src/"
  },
  "references": [
    {
      "path": "../babel"
    }
  ]
}