14 lines
333 B
JSON
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"]
|
|
}
|