@methodus/contracts
Version:
This package is part of the Methodus tollbelt. It's purpose is generating contract packages of the server code, to be used by JavaScript browser / server clients.
30 lines • 718 B
JSON
{
"compilerOptions": {
"typeRoots": [
"./node_modules/@types"
],
"declaration": true,
"lib": [
"es2015",
"dom"
],
"outDir": "lib",
"target": "ES5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"preserveConstEnums": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
"forceConsistentCasingInFileNames": true,
"suppressImplicitAnyIndexErrors": true,
"types": [
"node"
]
},
"exclude": [
"node_modules"
]
}