ecomm/tsconfig.json

12 lines
253 B
JSON
Raw Normal View History

2023-06-08 11:05:28 +00:00
{
"compilerOptions": {
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "es2022",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src"
}
}