DefinitelyTyped/bootstrap.v3.datetimepicker/tsconfig.json
2016-05-10 12:24:49 -07:00

17 lines
354 B
JSON

{
"files": [
"index.d.ts",
"bootstrap.v3.datetimepicker-tests.ts"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesSearchPaths": [
"../"
],
"noEmit": true
}
}