jmou/yakatak
git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
Loading…
(top)/shared/tsconfig.json
language: JSON with Comments
138 Bytes / 7 lines / 7 loc
History
View raw
{
  "extends": "../tsconfig.base.json",
  "compilerOptions": {
    "allowImportingTsExtensions": true
  },
  "include": ["src/**/*.ts"]
}