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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user