clipboard-copy-element/tsconfig.json

14 строки
280 B
JSON
Исходник Обычный вид История

2020-05-21 23:10:07 +03:00
{
"compilerOptions": {
2023-06-08 17:13:50 +03:00
"module": "es2020",
2020-05-21 23:10:07 +03:00
"target": "es2017",
"strict": true,
2023-06-08 17:13:50 +03:00
"moduleResolution": "node",
2020-05-21 23:10:07 +03:00
"declaration": true,
"outDir": "dist",
2023-06-08 17:13:50 +03:00
"lib": ["dom", "dom.iterable", "es2020"],
2020-05-21 23:10:07 +03:00
"removeComments": true
},
2023-06-08 17:13:50 +03:00
"files": ["src/index.ts"]
2020-05-21 23:10:07 +03:00
}