1.2.1 • Published 7 months ago

@odg/tsconfig v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Repository size

Made by ODGodinho

GitHub last commit

License

Stargazers

Table of Contents


🎇 Info

  • 🚀 Personal typescript configuration files

🖥 Libraries

📁 Dependencies

🔽 Install

yarn add @odg/tsconfig

Create Tsconfig file

{
    "compilerOptions": {
        "baseUrl": ".",
        "outDir": "./dist",
        "rootDirs": [
            ".",
            "./src"
        ],
        "typeRoots": [
            "./src/@types",
            "node_modules/@types"
        ]
    },
    "exclude": [ "node_modules/" ],
    "extends": "@odg/tsconfig/tsconfig.node.json",
    "include": [ "." ]
}

Recommended Node TSConfig settings

https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping

1.2.0

9 months ago

1.2.1

7 months ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago