{ "compilerOptions": { "module": "commonjs", "target": "es6", "outDir": "out", "lib": [ "es6" ], "sourceMap": true, "rootDir": ".", "skipLibCheck": true, "allowSyntheticDefaultImports": true }, "exclude": [ "server" ] }