combobox-nav/tsconfig.json

13 строки
209 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "es2017",
"strict": true,
"declaration": true,
"outDir": "dist",
"removeComments": true
},
"files": [
"src/index.ts"
]
}