levelcache/tsconfig.json

7 lines
115 B
JSON
Raw Normal View History

2021-04-23 18:40:57 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "es2017",
"module": "commonjs"
}
}