mirror of
https://github.com/flarum/framework.git
synced 2025-02-16 23:02:50 +08:00
Fix base tsconfig typo
This commit is contained in:
parent
36f546aefa
commit
a9184a1c2e
1
js-packages/tsconfig/.gitignore
vendored
1
js-packages/tsconfig/.gitignore
vendored
|
@ -2,3 +2,4 @@
|
|||
Thumbs.db
|
||||
.idea/*
|
||||
.vscode
|
||||
*.log
|
||||
|
|
|
@ -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
12
js-packages/tsconfig/package-lock.json
generated
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user