mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-01-04 00:08:46 +00:00
11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"typeRoots": ["node_modules/@types", "../typings"],
|
|
"composite": true
|
|
},
|
|
"include": ["./**/*.ts"],
|
|
"exclude": ["node_modules/**"],
|
|
"types": ["jest"]
|
|
}
|