1
0
Fork 0
mirror of https://github.com/MillironX/docker-names.git synced 2024-09-28 15:12:03 +00:00
docker-names/tsconfig.json

14 lines
288 B
JSON
Raw Normal View History

2021-04-25 15:29:08 +00:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"strict": true,
"esModuleInterop": true,
"outDir": "lib",
"forceConsistentCasingInFileNames": true
},
"include": ["src"],
"exclude": ["node_modules","**/__tests__/*"]
}