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

Update tsconfig.json #182

Merged
merged 2 commits into from
Jan 20, 2024
Merged

Update tsconfig.json #182

merged 2 commits into from
Jan 20, 2024

Conversation

TheColorRed
Copy link
Contributor

This allows for not having to specify a path to the file:

import { /* ... */ } from './decorators';
import { /* ... */ } from '../decorators';
import { /* ... */ } from '../../../decorators';

All become this no matter where the file is located:

import { /* ... */ } from 'decorators';

@nmerget nmerget merged commit 8154e8e into godotjs:master Jan 20, 2024
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