{ "extends": "../shared.tsconfig.json", "compilerOptions": { "lib": [ "dom" ], "outDir": "./out", "strict": false, "alwaysStrict": false, "noImplicitAny": false, "noImplicitReturns": false, "noUnusedLocals": false, "noUnusedParameters": false }, "include": [ "src/**/*" ] }