Skip to content
Snippets Groups Projects
Verified Commit f415a33e authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: simplified tsconfig

parent ce914827
No related branches found
No related tags found
No related merge requests found
Pipeline #677 passed
{
"compilerOptions": {
"module": "ES2015",
"esModuleInterop": true,
"module": "es2015",
"allowSyntheticDefaultImports": true,
"target": "es6",
"noImplicitAny": true,
"moduleResolution": "Classic",
"sourceMap": true,
"outDir": ".",
"baseUrl": ".",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment