hexo/node_modules/constantinople/tsconfig.json

9 lines
119 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"compilerOptions": {
"declaration": true,
"outDir": "lib",
"strict": true,
"lib": ["es2017"]
}
}