21 lines
387 B
JSON
21 lines
387 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "./dist",
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"target": "ES2023",
|
|
"lib": ["ES2023"]
|
|
},
|
|
"include": ["ambient.d.ts"],
|
|
"files": [
|
|
"extension.ts",
|
|
"prefs.ts",
|
|
"thresholds.ts",
|
|
"bleMonitor.ts",
|
|
"quickSettingsMenu.ts"
|
|
]
|
|
}
|