Skip to content

Commit 442d460

Browse files
author
Oleksandr Dzhychko
authored
Merge pull request #793 from modelix/remove-reallyland
build(ts-model-api): remove dependencies on configuration files from The Really Project
2 parents d7f0bcc + 3299187 commit 442d460

File tree

4 files changed

+31
-21
lines changed

4 files changed

+31
-21
lines changed

ts-model-api/package-lock.json

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts-model-api/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"generateKotlin": "dukat -m \"@modelix/ts-model-api\" -d build/dukat dist/*.d.ts"
3535
},
3636
"devDependencies": {
37-
"@reallyland/tsconfig": "^2.0.0",
3837
"@types/node": "^20.14.2",
3938
"@typescript-eslint/eslint-plugin": "^7.12.0",
4039
"@typescript-eslint/parser": "^7.12.0",

ts-model-api/tsconfig.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
2-
"extends": "@reallyland/tsconfig",
32
"compilerOptions": {
3+
"allowSyntheticDefaultImports": true,
4+
"esModuleInterop": true,
5+
"experimentalDecorators": true,
6+
"forceConsistentCasingInFileNames": true,
7+
"importsNotUsedAsValues": "error",
8+
"inlineSources": true,
9+
"listEmittedFiles": true,
10+
"newLine": "LF",
11+
"noFallthroughCasesInSwitch": true,
12+
"noImplicitReturns": true,
13+
"noUnusedParameters": true,
14+
"removeComments": true,
15+
"sourceMap": true,
16+
"strict": true,
17+
"lib": [
18+
"ESNext",
19+
"ESNext.Array",
20+
"ESNext.AsyncIterable",
21+
"ESNext.BigInt",
22+
"ESNext.Intl",
23+
"ESNext.Symbol"
24+
],
25+
"moduleResolution": "Node",
26+
"declaration": true,
27+
"declarationMap": true,
428
"rootDir": "src",
529
"outDir": "dist",
630
"declarationDir": "dist",

vue-model-api/package-lock.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)