postmessage-rpc/tsconfig.json

27 строки
442 B
JSON

{
"compilerOptions": {
"declaration": true,
"strict": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"skipLibCheck": true,
"noStrictGenericChecks": true,
"module": "commonjs",
"target": "es5",
"outDir": "dist",
"lib": [
"es6",
"dom"
],
"types": [
"mocha",
"node",
"chai-subset"
]
},
"include": [
"src"
]
}