Newer
Older
ubuntuhu-news / js / tsconfig.json
@Réz István Réz István on 15 Nov 2021 233 bytes first commit
{
  "extends": "flarum-tsconfig",
  "include": ["src/**/*"],
  "compilerOptions": {
    "declarationDir": "./dist-typings",
    "baseUrl": ".",
    "paths": {
      "flarum/*": ["../vendor/flarum/core/js/dist-typings/*"]
    }
  }
}