Files
my_site/node_modules/fast-uri/tsconfig.json
2026-03-24 14:30:59 +08:00

9 lines
166 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"strict": true,
"noImplicitAny": true,
"target": "es2015"
}
}