angular2-text-mask
Version:
Angular 2 directive for input text masking
23 lines (22 loc) • 461 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
},
"files": [
"src/**/*.ts",
"example/**/*.ts",
"typings/index.d.ts",
"../core/**/*.ts"
],
"awesomeTypescriptLoaderOptions": {
"resolveGlobs": true,
"forkChecker": true
}
}