DefinitelyTyped/types/center-align/tsconfig.json
Claas Ahlrichs 964c481dfd new package: center-align (#34203)
* npx dts-gen -m center-align --dt

* drafted types for center-align

* npx prettier --write .\types\center-align\**

* fixed linting issues
2019-03-25 15:19:58 -07:00

18 lines
460 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
},
"files": ["index.d.ts", "center-align-tests.ts"]
}