webstorage-decorators/tsconfig.json

15 lines
215 B
JSON
Raw Normal View History

2018-05-03 15:07:59 -04:00
{
2023-03-20 16:42:32 -04:00
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"lib": ["ESNext"],
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"target": "es2015"
},
"include": [
"src/**/*"
]
2018-05-03 15:07:59 -04:00
}