Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use @/ as path prefix #3308

Merged
merged 1 commit into from
Oct 6, 2023
Merged

build: use @/ as path prefix #3308

merged 1 commit into from
Oct 6, 2023

Conversation

bodymindarts
Copy link
Member

No description provided.

@@ -5,7 +5,7 @@
"sourceMap": true,
"strict": true,
"target": "es2020",
"noImplicitAny": false,
"noImplicitAny": true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's also the default when strict: true so could be removed

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately it won't work due to the tests.

@bodymindarts bodymindarts force-pushed the unify-tsconfig branch 8 times, most recently from 7d5ca1d to 7d3eca2 Compare October 5, 2023 21:05
@bodymindarts bodymindarts marked this pull request as ready for review October 6, 2023 08:18
@nicolasburtey nicolasburtey merged commit cda8b2d into main Oct 6, 2023
13 checks passed
@bodymindarts bodymindarts changed the title build: simplify tsconfig build: use @/ as path prefix Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants