16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|||
|
|
"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"]
|
||
|
|
}
|