Files
Hermes-ui/packages/server/tsconfig.json
T

13 lines
251 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2024",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true
},
"include": ["src/**/*.ts"]
}