Files
DefinitelyTyped/types/eslint-plugin-prettier/tsconfig.json
2017-08-16 13:54:58 +08:00

16 lines
400 B
JSON

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