cmake-intellisence/server/tsconfig.json

15 lines
315 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "out",
"rootDir": "src",
"resolveJsonModule": true,
"incremental": true,
"allowJs": true
},
"files": [ "src/builtin-cmds.json" ],
"include": [
"src",
"./src/**/*"
]
}