]> Untitled Git - lemmy.git/blob - api_tests/tsconfig.json
detailed error message for blocked domains (#3698) (#3701)
[lemmy.git] / api_tests / tsconfig.json
1 {
2   "compilerOptions": {
3     "declaration": true,
4     "declarationDir": "./dist",
5     "module": "CommonJS",
6     "noImplicitAny": true,
7     "lib": ["es2017", "es7", "es6", "dom"],
8     "outDir": "./dist",
9     "target": "ES5",
10     "strictNullChecks": true,
11     "moduleResolution": "Node"
12   },
13   "include": ["src/**/*"],
14   "exclude": ["node_modules", "dist"]
15 }