{ "compilerOptions": { "types": ["mocha", "node", "react"], "target": "es6", "jsx": "react", "paths": { "onion/*": ["./src/onion/*"], }, "sourceMap": true, "noImplicitThis": true, "strictBindCallApply": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictPropertyInitialization": true, "alwaysStrict": true, "moduleResolution": "node", "module": "commonjs", }, }