generated from tpl/purs
17 lines
343 B
JSON
17 lines
343 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": ["src/**/*.js", "bun/**/*.js"]
|
||
|
}
|