DefinitelyTyped/types/classnames/tsconfig.json

24 lines
491 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
2017-10-06 21:03:03 +00:00
"strictFunctionTypes": true,
2016-05-09 20:52:25 +00:00
"baseUrl": "../",
"typeRoots": [
2016-05-10 19:24:49 +00:00
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"classnames-tests.ts"
]
}