news-threads-client/packages/client/tsconfig.json

14 строки
288 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"noImplicitAny": false
},
"include": ["src"]
}