DefinitelyTyped/types/compass-vertical-rhythm/tsconfig.json
2019-09-27 08:54:57 -07:00

17 lines
438 B
JSON

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