This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://gist.github.com/OliverJAsh/5de515ad1f81b88409c13cd548c20893 | |
// https://twitter.com/OliverJAsh/status/1334537098469265413 | |
const { Project } = require('ts-morph'); | |
const project = new Project({ | |
tsConfigFilePath: 'tsconfig.app.no-references.json', | |
}); | |
const PATH_TO_MATCH = '/Users/oliverash/Development/unsplash-web/shared/helpers/booleans.ts'; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.