mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 18:15:27 +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
|
Thumbs.db
|
||||||
.idea/*
|
.idea/*
|
||||||
.vscode
|
.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
|
// Use Flarum's tsconfig as a starting point
|
||||||
"extends": "flarum-tsconfig",
|
"extends": "flarum-tsconfig",
|
||||||
// This will match all .ts, .tsx, .d.ts, .js, .jsx files
|
// This will match all .ts, .tsx, .d.ts, .js, .jsx files
|
||||||
"includes": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
// This will output typings to `dist-typings`
|
// This will output typings to `dist-typings`
|
||||||
"declarationDir": "./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",
|
"name": "flarum-tsconfig",
|
||||||
"version": "0.1.0-beta.16",
|
"version": "0.1.0-beta.16.1",
|
||||||
"description": "Flarum's official Typescript config file",
|
"description": "Flarum's official Typescript config file",
|
||||||
"main": "tsconfig.json",
|
"main": "tsconfig.json",
|
||||||
"repository": "https://github.com/flarum/flarum-tsconfig",
|
"repository": "https://github.com/flarum/flarum-tsconfig",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user