DefinitelyTyped/jquery-mask-plugin/tsconfig.json
avidenic 5358bfd10a added typings for jQuery Mask plugin (#13706)
* added typings for jQuery Mask plugin

* turned on null strict checking

* type fix

* added missing semicolon
2017-01-04 14:33:32 -08:00

20 lines
440 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"jquery-mask-plugin-tests.ts"
]
}