purescript-axon/jsconfig.json
Orion Kindel 3c4f732f2c
fmt
2024-12-01 17:11:10 -06:00

17 lines
346 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": ["./scripts/*.js", "src/**/*.js"]
}