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

@ -2,3 +2,4 @@
Thumbs.db
.idea/*
.vscode
*.log

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"

12
js-packages/tsconfig/package-lock.json generated Normal file
View File

@ -0,0 +1,12 @@
{
"name": "flarum-tsconfig",
"version": "0.1.0-beta.16.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.1.0-beta.16.1",
"license": "MIT"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "flarum-tsconfig",
"version": "0.1.0-beta.16",
"version": "0.1.0-beta.16.1",
"description": "Flarum's official Typescript config file",
"main": "tsconfig.json",
"repository": "https://github.com/flarum/flarum-tsconfig",