Files
Hermes-ui/server/tsconfig.json
T

15 lines
310 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"outDir": "../dist/server",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true
},
"include": ["src/**/*.ts"]
}