feat() started work on more feature rich time picker

This commit is contained in:
Torkel Ödegaard
2015-09-15 13:23:36 +02:00
parent 2b95cd5081
commit 4ffa26cf2c
74 changed files with 480 additions and 304 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": true,
"outDir": "public_gen/app",
"target": "ES5",
"rootDir": "public/app",
"sourceRoot": "public/app",
"module": "amd",
"noEmitOnError": true
},
"fileGlobs": [
"./public/app/**/*.ts",
"!./node_modules/**",
"!./public_gen/**",
]
}