Files
openchamber/packages/mobile/tsconfig.json
T

16 lines
354 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "bundler",
"moduleDetection": "force",
"strict": true,
"skipLibCheck": true,
"types": ["node"],
"noEmit": true
},
"include": ["capacitor.config.ts"]
}