Code Snippet Server

by ngeojiajun
Verified
{ "compilerOptions": { "target": "es2020", "module": "NodeNext", "outDir": "./build", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"] }