phantomjscloud
Version:
Official PhantomJs Cloud Client API Library for Node.js
49 lines (46 loc) • 1.17 kB
JSON
{
"compileOnSave": true,
"compilerOptions": {
"module": "commonjs",
"removeComments": false,
"preserveConstEnums": true,
"sourceMap": true,
"inlineSources": false,
"inlineSourceMap": false,
"declaration": true,
"jsx": "react",
"newLine": "LF",
"pretty": true,
"stripInternal": true,
"diagnostics": true,
"target": "es5",
"watch": false,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "./src",
"noImplicitReturns": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"strictNullChecks": true,
//"types": ["node","mocha"],
//workaround for npm linking projects and associated dupe identifier bugs: https://github.com/Microsoft/TypeScript/issues/9566#issuecomment-287633339
"baseUrl": "./",
"paths": {
"*": [
"node_modules/@types/*",
"*"
]
}
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"src/graveyard",
"typings"
]
}