-
-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy pathtsconfig.json
More file actions
18 lines (18 loc) · 410 Bytes
/
tsconfig.json
File metadata and controls
18 lines (18 loc) · 410 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "..",
"types": ["node", "jest"],
"baseUrl": "."
},
"include": [".", "../src"],
"exclude": [
"translation/transformation",
"cli/errors",
"cli/watch",
"transpile/directories",
"transpile/outFile",
"../src/lualib",
"../language-extensions"
]
}