DefinitelyTyped/bootstrap-validator/tsconfig.json
Brady Liles b43f9bced0 Added Bootstrap-Validator (#13657)
* Added Bootstrap-Validator

* StrictNullChecks => true

* Removed Patch Version
2017-01-03 06:58:01 -08:00

21 lines
442 B
JSON

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