This is a base TypeScript configuration for Alwatr projects.
yarn add -D @alwatr/tsconfig-base
Create a tsconfig.json
file in the root of your project:
{
"extends": "@alwatr/tsconfig-base",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"include": ["src/**/*.ts"]
}
The following companies, organizations, and individuals support Nanolib ongoing maintenance and development. Become a Sponsor to get your logo on our README and website.
Contributions are welcome! Please read our contribution guidelines before submitting a pull request.
This project is licensed under the AGPL-3.0 License.