TypeScript settings Get link Facebook X Pinterest Email Other Apps May 08, 2022 Default TypeScript settings (file tsconfig.json) { "compilerOptions": { "target": "esnext", "watch": true, "lib":["DOM","es2017"], "moduleResolution": "node" } } Get link Facebook X Pinterest Email Other Apps Comments
Comments