minishouyin/node_modules/fast-uri/tsconfig.json

9 lines
166 B
JSON
Raw Normal View History

2025-11-12 11:35:57 +08:00
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": true,
"target": "es2015"
}
}