{ "compilerOptions": { "target": "ES6", "module": "commonjs", "rootDir": "src", "outDir": "lib", "jsx": "react", "allowSyntheticDefaultImports": true, "strict": true, "esModuleInterop": true, "moduleResolution": "node", "skipLibCheck": true, "noEmit": false }, "exclude": ["./templates"] }