Files
nanobot/tui/tsconfig.json
T

14 lines
272 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"noUncheckedIndexedAccess": true,
"noEmit": true,
"types": ["bun"]
},
"include": ["src", "scripts"]
}