Files
test-repo-2/tsconfig.json
2026-04-03 13:46:30 +04:00

15 lines
306 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"moduleResolution": "node"
},
"include": ["src/**/*"]
}