debitisimpedit
Version:
adapte eos and eth, and adapte pluin - MateMask and Scatter
24 lines (23 loc) • 569 B
JSON
{
"compilerOptions": {
"outDir": "./lib",
"sourceMap": false,
"declaration": true,
"allowJs": false,
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"removeComments": true,
"strict": true,
"esModuleInterop": true,
"noImplicitAny": false,
"noImplicitReturns": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es6", "dom"]
},
"include": ["./src/**/*"],
"exclude": ["./tools"]
}