feat() started work on more feature rich time picker
This commit is contained in:
@@ -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/**",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user