em-shop/users/tsconfig.json
2024-11-20 09:53:03 +05:00

18 lines
411 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
}