mirror of
https://github.com/netfun2000/ip2region.git
synced 2026-02-27 09:44:31 +08:00
9 lines
178 B
JSON
9 lines
178 B
JSON
{
|
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
|
"include": ["src", "types"],
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"allowImportingTsExtensions": false
|
|
}
|
|
}
|