code-server/test/tsconfig.json

11 lines
225 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"typeRoots": ["node_modules/@types", "../typings"],
"composite": true
},
"include": ["./**/*.ts"],
"exclude": ["node_modules/**"],
"types": ["jest"]
}