NativeScript / nativescript-dev-typescript

TypeScript support for NativeScript projects
Apache License 2.0
21 stars 10 forks source link

Remove the AoT filter, we are trying to simplify configs for angular5 #40

Closed PanayotCankov closed 6 years ago

sis0k0 commented 6 years ago

We're skipping main.aot.ts because it's importing a file that's generated as part of the build process and the ts compilation will fail if we try to parse main.aot.ts before that.

PanayotCankov commented 6 years ago

In no way this configuration belongs to the nativescript-dev-typescript. It would suite better the angular templates or the dynamically generated configs in the nativescript-dev-webpack. The dynamically generated import is now handled with a const x = require("y") an ts is happy.

We now have less tsconfigs to maintain (in case they actually still work) we'll be testing them.