Skip to content

Commit b71a640

Browse files
committed
update
1 parent a20968c commit b71a640

File tree

18 files changed

+6
-272
lines changed

18 files changed

+6
-272
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
- schema-sdk
5757
- schema-typescript
5858
- strfy-js
59-
- template-module
6059

6160
steps:
6261
- name: Checkout code

packages/nested-obj/.editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/nested-obj/.npmignore

Lines changed: 0 additions & 32 deletions
This file was deleted.

packages/nested-obj/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/schema-sdk/src/openapi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import generate from '@babel/generator';
2-
import template from '@babel/template';
32
import * as t from '@babel/types';
43
import { toCamelCase, toPascalCase } from '@interweb-utils/casing';
54
import { generateTypeScriptTypes } from 'schema-typescript';

packages/schema-sdk/tsconfig.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
{
2+
"extends": "../../tsconfig.json",
23
"compilerOptions": {
34
"outDir": "dist",
4-
"rootDir": "src/",
5-
"target": "es2022",
6-
"module": "commonjs",
7-
"esModuleInterop": true,
8-
"forceConsistentCasingInFileNames": true,
9-
"strict": true,
10-
"strictNullChecks": false,
11-
"skipLibCheck": true,
12-
"sourceMap": true,
13-
"declaration": true,
14-
"resolveJsonModule": true,
15-
"moduleResolution": "node"
5+
"rootDir": "src/"
166
},
17-
"include": ["src/**/*"],
7+
"include": ["src/**/*.ts"],
188
"exclude": ["dist", "node_modules", "**/*.spec.*", "**/*.test.*"]
199
}
Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
{
2+
"extends": "../../tsconfig.json",
23
"compilerOptions": {
34
"outDir": "dist",
4-
"rootDir": "src/",
5-
"target": "es2022",
6-
"module": "commonjs",
7-
"esModuleInterop": true,
8-
"forceConsistentCasingInFileNames": true,
9-
"strict": true,
10-
"strictNullChecks": false,
11-
"skipLibCheck": true,
12-
"sourceMap": true,
13-
"declaration": true,
14-
"resolveJsonModule": true,
15-
"moduleResolution": "node"
5+
"rootDir": "src/"
166
},
17-
"include": ["src/**/*"],
7+
"include": ["src/**/*.ts"],
188
"exclude": ["dist", "node_modules", "**/*.spec.*", "**/*.test.*"]
199
}

packages/strfy-js/.editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/strfy-js/.npmignore

Lines changed: 0 additions & 33 deletions
This file was deleted.

packages/strfy-js/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)