Quick and dirty typescript setup to get going.

This commit is contained in:
baldo 2020-04-08 01:55:48 +02:00
commit 94d01310b9
18 changed files with 102 additions and 17 deletions

View file

@ -1,3 +0,0 @@
'use strict';
angular.module('ffffng').constant('config', <%= JSON.stringify(config) %>);