ip-checker/tsconfig.json

13 lines
254 B
JSON
Raw Normal View History

2024-10-26 06:20:54 +00:00
{
"compilerOptions": {
"target": "es2016",
"lib": ["es2020", "dom"],
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"rootDir": "./ui"
}
}