Files
education/frontend/node_modules/shell-quote/tsconfig.json
T

11 lines
123 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021"
},
"exclude": [
"coverage",
"test"
]
}