DefinitelyTyped/types/rc-progress/tsconfig.json
2018-11-16 08:38:49 +02:00

26 lines
449 B
JSON

{
"files": [
"index.d.ts",
"rc-progress-tests.tsx"
],
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve"
}
}