Files
languageservices/actions-expressions/tsconfig.json
T
2023-01-18 14:50:51 -08:00

20 lines
460 B
JSON

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