{ "compilerOptions": { "paths": { "typings": ["../../typings/index.d.ts"], "typings/tutorial": ["../../typings/tutorial.d.ts"], "typings/error": ["../../typings/error.d.ts"] }, "allowSyntheticDefaultImports": true }, "exclude": ["node_modules", "build", "scripts", "jest", "public"] }