UNPKG

@realm/babel-plugin

Version:

Babel plugin making it easier to declare your Realm schema

20 lines (19 loc) 352 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "target": "es2021", "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "outDir": "dist", "strict": true, "module": "CommonJS", "declaration": true, "types": [ "jest", "@babel/core" ] }, "include": [ "src/**/*.ts" ] }