Skip to content

Commit 921b2ea

Browse files
tsconfig
1 parent a29dd19 commit 921b2ea

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"@openapitools/openapi-generator-cli": "^2.5.1",
5353
"@osskit/eslint-config": "^1.0.3",
5454
"@osskit/prettier-config": "^0.0.1",
55+
"@osskit/tsconfig": "^0.0.3",
5556
"@types/http-errors": "^1.8.2",
5657
"@types/jest": "^28.1.3",
5758
"@types/node": "^18.0.0",

tsconfig.json

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
{
2+
"extends": "@osskit/tsconfig",
23
"compilerOptions": {
3-
"target": "ESNext",
4-
"lib": ["esnext"],
5-
"module": "ESNext",
6-
"moduleResolution": "Node",
7-
"outDir": "dist",
8-
"removeComments": true,
9-
"strict": true,
10-
"allowSyntheticDefaultImports": true,
11-
"esModuleInterop": true,
12-
"resolveJsonModule": false,
13-
"skipLibCheck": true,
14-
"sourceMap": true,
15-
"forceConsistentCasingInFileNames": true,
16-
"noImplicitReturns": true,
17-
"noUnusedLocals": true,
18-
"noUnusedParameters": true,
19-
"experimentalDecorators": true
20-
},
21-
"ts-node": {
22-
"esm": true
23-
},
24-
"include": ["src/**/*"]
4+
"outDir": "dist"
5+
}
256
}

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,13 @@
780780
resolved "https://registry.yarnpkg.com/@osskit/prettier-config/-/prettier-config-0.0.1.tgz#f3e7751e694c53b9f376dd78e01fd4d94536261b"
781781
integrity sha512-kmu9L9TDczSG4TvVDMveZ/6oi2GtzZa2Oyw8zoup9F/SHNXiszjAhuTcZeCggA1XaoFanr9Wa4xopa/PGoV89g==
782782

783+
"@osskit/tsconfig@^0.0.3":
784+
version "0.0.3"
785+
resolved "https://registry.yarnpkg.com/@osskit/tsconfig/-/tsconfig-0.0.3.tgz#a59e96fac4e549be378528fd18af41de8bea8450"
786+
integrity sha512-HS0pFEChvxokxw11GCFjFJ3PI/yOy2mLXYJvNqLd+MkoTniCImAYncOlA9F+eow8uLX4yAXqduA0uDkBNKhkbg==
787+
dependencies:
788+
"@sindresorhus/tsconfig" "^3.0.1"
789+
783790
"@sinclair/typebox@^0.23.3", "@sinclair/typebox@^0.23.5":
784791
version "0.23.5"
785792
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d"
@@ -795,6 +802,11 @@
795802
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
796803
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
797804

805+
"@sindresorhus/tsconfig@^3.0.1":
806+
version "3.0.1"
807+
resolved "https://registry.yarnpkg.com/@sindresorhus/tsconfig/-/tsconfig-3.0.1.tgz#e2eaebda42aa7a755b11bdfbea847446652e1ac4"
808+
integrity sha512-0/gtPNTY3++0J2BZM5nHHULg0BIMw886gqdn8vWN+Av6bgF5ZU2qIcHubAn+Z9KNvJhO8WFE+9kDOU3n6OcKtA==
809+
798810
"@sinonjs/commons@^1.7.0":
799811
version "1.8.3"
800812
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"

0 commit comments

Comments
 (0)