UNPKG

@alienfast/tsconfig

Version:

> Shared [TypeScript configs](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) for AlienFast projects

15 lines (11 loc) 307 B
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "React-lib shared base, uses tsc instead of babel for compilation", "extends": "./react.json", "compilerOptions": { "moduleResolution": "node", "noEmit": false, "emitDeclarationOnly": false, "sourceMap": true } }