We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "appResourcesPath": "App_Resources", "appPath": "src" }
nativescript-dev-typescript
compilerOptions["paths"]["~/*"] = compilerOptions["paths"]["~/*"] || [ "app/*" ];
The code that does it is here -
nativescript-dev-typescript/tsconfig-upgrader.js
Lines 121 to 123 in 36a2bf7
The path should be "src/*".
The text was updated successfully, but these errors were encountered:
fix: respect nsconfig options when updating tsconfig on postinstall
b3a6fce
fixes #60
9dc06b8
35efce4
fix: respect nsconfig options when updating tsconfig on postinstall (#61
396180c
) fixes #60
Successfully merging a pull request may close this issue.
Please, tell us how to recreate the issue in as much detail as possible.
nativescript-dev-typescript
.The code that does it is here -
nativescript-dev-typescript/tsconfig-upgrader.js
Lines 121 to 123 in 36a2bf7
The path should be "src/*".
The text was updated successfully, but these errors were encountered: