mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-01 12:42:50 +08:00
* Switch to Yarn Workspaces * Feedback * Move flowconfig * Use publish script * Keep git status check * Fix Flow without perf penalty * Remove Flow from package.json "test" * Try running it from script directly (?) * Try magic incantations * lol flow COME ON * Try to skip Flow on AppVeyor * -df * -df * -df * Try to fix CI * Revert unrelated changes * Update CONTRIBUTING.md
20 lines
327 B
JavaScript
20 lines
327 B
JavaScript
declare module 'anser' {
|
|
declare module.exports: any;
|
|
}
|
|
|
|
declare module 'babel-code-frame' {
|
|
declare module.exports: any;
|
|
}
|
|
|
|
declare module 'html-entities' {
|
|
declare module.exports: any;
|
|
}
|
|
|
|
declare module 'settle-promise' {
|
|
declare module.exports: any;
|
|
}
|
|
|
|
declare module 'source-map' {
|
|
declare module.exports: any;
|
|
}
|