├── LICENSE.md ├── README.md ├── package.json ├── prettier.config.js ├── tsconfig.client.json ├── tsconfig.json ├── tsconfig.server.json └── tslint.json /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Platypi/style_typescript/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Platypi/style_typescript/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Platypi/style_typescript/HEAD/package.json -------------------------------------------------------------------------------- /prettier.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Platypi/style_typescript/HEAD/prettier.config.js -------------------------------------------------------------------------------- /tsconfig.client.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Platypi/style_typescript/HEAD/tsconfig.client.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Platypi/style_typescript/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tsconfig.server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Platypi/style_typescript/HEAD/tsconfig.server.json -------------------------------------------------------------------------------- /tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Platypi/style_typescript/HEAD/tslint.json --------------------------------------------------------------------------------