2022-01-04 21:02:25 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2020",
|
|
|
|
"module": "commonjs",
|
|
|
|
"outDir": ".",
|
|
|
|
"strict": true,
|
2022-01-18 23:13:39 +00:00
|
|
|
"baseUrl": "./",
|
|
|
|
"skipLibCheck": true
|
2022-01-04 21:02:25 +00:00
|
|
|
},
|
2022-01-18 23:13:39 +00:00
|
|
|
"include": ["./extension.ts"],
|
|
|
|
"exclude": ["node_modules"]
|
2022-01-04 21:02:25 +00:00
|
|
|
}
|