1
0
Fork 0
mirror of https://github.com/MillironX/docker-names.git synced 2024-09-28 23:12:03 +00:00
docker-names/tsconfig.json
2021-04-25 10:29:08 -05:00

13 lines
288 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"strict": true,
"esModuleInterop": true,
"outDir": "lib",
"forceConsistentCasingInFileNames": true
},
"include": ["src"],
"exclude": ["node_modules","**/__tests__/*"]
}