simple-cookie-storage/tsconfig.json

10 lines
158 B
JSON

{
"compilerOptions": {
"target": "ES6",
"declaration": true,
"outDir": "./dist"
},
"include": [
"src/**/*"
]
}