Skip to content

Commit 80e6749

Browse files
committed
Move back to ATL
1 parent 19950c2 commit 80e6749

File tree

5 files changed

+965
-104
lines changed

5 files changed

+965
-104
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Use TypeScript with [preact-cli](https://github.com/developit/preact-cli).
44

55
This will install [typescript](https://github.com/Microsoft/TypeScript)
6-
and [ts-loader](https://github.com/TypeStrong/ts-loader). Support for
7-
`awesome-typescript-loader` will be added soon.
6+
and [awesome-typescript-loader](https://github.com/s-panferov/awesome-typescript-loader).
87

98
If you prefer Flow, check out [preact-cli-plugin-flow](https://github.com/SaraVieira/preact-cli-plugin-flow).
109

bin/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/usr/bin/env node
22

3-
/**
4-
* This file creates a `tsconfig.json` if it doesn't already exist.
5-
* tsconfig is the recommended method for configuring TypeScript.
6-
*/
7-
83
/* global require process */
94
const path = require('path')
105
const fs = require('fs')

0 commit comments

Comments
 (0)