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
Alexander Polynomdivision fdaa9cb8f3 feat: Remove shared/
2018-09-29 15:06:14 +02:00

15 lines
277 B
JSON

{
"compilerOptions": {
"target": "ESnext",
"lib": ["ES2015"],
"module": "CommonJS",
"noImplicitAny": true,
"removeComments": true,
"sourceMap": true,
"outDir": "./dist/",
"baseUrl": "./src/"
}
}