Files
purescript-sync/jsconfig.json
2023-11-01 20:13:31 -05:00

17 lines
353 B
JSON

{
"compilerOptions": {
"types": ["bun-types"],
"lib": ["esnext"],
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler",
"moduleDetection": "force",
"jsx": "react",
"allowJs": true,
"checkJs": true,
"noEmit": true,
"strict": true
},
"include": ["tmp.js", "src/**/*.js", "bun/**/*.js"]
}