Files
Alex Ant c20a1ffb1f init
2025-03-17 19:27:54 +05:00

13 lines
290 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "./src"
}
}