fullscreen-rotate/tsconfig.json
2025-08-10 16:21:26 -04:00

14 lines
333 B
JSON

{
"compilerOptions": {
"module": "NodeNext",
"skipLibCheck": true,
"moduleResolution": "NodeNext",
"outDir": "./dist",
"sourceMap": false,
"strict": true,
"target": "ES2022",
"lib": ["ES2022"]
},
"include": ["ambient.d.ts"],
"files": ["extension.ts"]
}