{ "compilerOptions": { "module": "commonjs", "target": "esnext", "experimentalDecorators": true, "allowSyntheticDefaultImports": true }, "include": [ "src" ], "exclude": [ "./build/*", "./node_modules/*" ] }