ecomm/tsconfig.json
2023-06-14 10:40:11 +03:00

13 lines
No EOL
282 B
JSON

{
"exclude": ["__tests__"],
"compilerOptions": {
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "es2022",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
}
}