mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2025-12-08 19:25:22 +00:00
9 lines
178 B
JSON
9 lines
178 B
JSON
{
|
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
|
"include": ["src", "types"],
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"allowImportingTsExtensions": false
|
|
}
|
|
}
|