Files
languageservices/actions-languageserver/tsconfig.json
T
Christopher Schleiden 2e1652515e Initial code import
2022-11-08 17:00:59 -08:00

19 lines
438 B
JSON

{
"include": ["src"],
"compilerOptions": {
"module": "esnext",
"target": "ES2020",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "node"
},
"watchOptions": {
"watchFile": "useFsEvents",
"watchDirectory": "useFsEvents",
"synchronousWatchDirectory": true,
"excludeDirectories": ["**/node_modules", "dist"],
}
}