node-config/apps/tsconfig/web.json

11 lines
270 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"jsx": "preserve",
"lib": ["dom", "dom.iterable", "esnext"]
},
"display": "Website tsconfig.json",
"exclude": ["node_modules"],
"extends": "./base.json"
}