webstorage-decorators/tsconfig.json

19 lines
266 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,
2024-01-07 19:11:26 -05:00
"experimentalDecorators": true,
"lib": [
"ESNext",
"DOM"
],
2023-03-20 16:42:32 -04:00
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"target": "es2015"
},
"include": [
"src/**/*"
]
2018-05-03 15:07:59 -04:00
}