1 2 3 4 5 6 7 8 9 10 11{ "compilerOptions": { "module": "ESNext", "moduleResolution": "node", "target": "ES2023", "strict": true, "esModuleInterop": true, "ignoreDeprecations": "6.0" } }
1 2 3 4 5 6 7 8 9 10 11
{ "compilerOptions": { "module": "ESNext", "moduleResolution": "node", "target": "ES2023", "strict": true, "esModuleInterop": true, "ignoreDeprecations": "6.0" } }