Skip to content

Commit 009d778

Browse files
committed
fix build
1 parent 974343a commit 009d778

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/lstreckeisen/context-mapper-language-server.git"
1717
},
1818
"scripts": {
19-
"build": "tsc -b tsconfig.json",
19+
"build": "tsc -b tsconfig.src.json",
2020
"lint": "eslint",
2121
"lint:fix": "eslint --fix",
2222
"langium:generate": "langium generate",

tsconfig.src.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"noEmit": false,
5+
"rootDir": "src",
6+
},
7+
"include": [
8+
"src/**/*.ts"
9+
]
10+
}

0 commit comments

Comments
 (0)