Files
mua_hang_theo_nhom/tsconfig.json

11 lines
205 B
JSON
Raw Permalink Normal View History

2023-12-29 11:40:36 +07:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}