1 2 3 4 5 6 7 8 9 10 11 12
{ "compilerOptions": { "noEmit": true, "strict": true, "skipLibCheck": true, "target": "ES2020", "module": "commonjs", "moduleResolution": "node", "ignoreDeprecations": "6.0" }, "include": ["src/**/*"] }