This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Lateinicus/backend/tsconfig.json

14 lines
250 B
JSON
Raw Normal View History

2018-09-20 15:38:12 +00:00
{
"compilerOptions": {
"target": "ESnext",
"module": "CommonJS",
"noImplicitAny": true,
"removeComments": true,
"sourceMap": true,
"outDir": "./dist/",
"baseUrl": "./src/"
}
}