Files
cv/app/tsconfig.app.json
T

17 lines
381 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"types": [],
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true,
"forceConsistentCasingInFileNames": true
},
"include": ["client", "shared"]
}