mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"module": "ES2022",
|
|
"moduleResolution": "node",
|
|
"types": [
|
|
"bun-types"
|
|
],
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
} |