code-server-2/extensions/search-result/tsconfig.json

10 lines
120 B
JSON
Raw Normal View History

{
"extends": "../shared.tsconfig.json",
"compilerOptions": {
"outDir": "./out",
},
"include": [
"src/**/*"
]
}