DefinitelyTyped/types/freedom/tsconfig.json
2018-09-15 18:41:23 -07:00

17 lines
430 B
JSON

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