19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"lib": ["esnext"],
|
|
"types": ["bun"],
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"./bin/regime"
|
|
]
|
|
}
|