purescript-sync/jsconfig.json

17 lines
353 B
JSON
Raw Permalink Normal View History

2023-11-02 01:13:31 +00:00
{
"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"]
}