Files
fxl.codes.Weather/tsconfig.json
T
Lani Aung f49a1617fb First stabby stab
(cherry picked from commit 300e6cec5fb57ef15b7f4339750f58f522e8a799)
2025-06-02 22:04:06 -07:00

11 lines
201 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}