purr-image
Version:
PurrBot ImageAPI Javascript Wrapper
27 lines (26 loc) • 615 B
JSON
{
"compilerOptions": {
"target": "es5",
"lib": [
"ES2015",
"ES2015.Promise"
],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "CommonJS",
"rootDir": "./src",
"outDir": "dist",
"moduleResolution": "node",
"declaration": true,
"declarationDir": "typings",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": false,
"strictNullChecks": false,
"alwaysStrict": true,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}