1
0
mirror of https://github.com/flarum/core.git synced 2025-08-18 22:31:32 +02:00

Fix base tsconfig typo

This commit is contained in:
David Wheatley
2021-05-12 00:56:49 +01:00
parent 36f546aefa
commit a9184a1c2e
4 changed files with 15 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ A baseline `tsconfig.json` is provided below that you can modify as needed. This
// Use Flarum's tsconfig as a starting point
"extends": "flarum-tsconfig",
// This will match all .ts, .tsx, .d.ts, .js, .jsx files
"includes": ["src/**/*"],
"include": ["src/**/*"],
"compilerOptions": {
// This will output typings to `dist-typings`
"declarationDir": "./dist-typings"