]> Untitled Git - lemmy.git/blob - api_tests/tsconfig.json
Merge remote-tracking branch 'origin/split-db-workspace' into move_views_to_diesel_split
[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     "moduleResolution": "Node"
11   },
12   "include": [
13     "src/**/*"
14   ],
15   "exclude": ["node_modules", "dist"]
16 }