1 2 3 4 5 6 7 8 9 10 11 12 13
{ "compilerOptions": { "declaration": true, "target": "esnext", "lib": ["esnext", "dom"], "strict": true, "noImplicitAny": false, "esModuleInterop": true, "moduleResolution": "node", "outDir": "lib", "rootDir": "src" } }