this repo has no description

Set up type-checking

+7 -2
+2
.gitignore
··· 1 + dist/ 2 + 1 3 .yarn/* 2 4 !.yarn/patches 3 5 !.yarn/plugins
+3
package.json
··· 2 2 "name": "@itsharper/unfolded-circle-ir-tools", 3 3 "packageManager": "yarn@4.9.4", 4 4 "type": "module", 5 + "scripts": { 6 + "build": "tsc" 7 + }, 5 8 "dependencies": { 6 9 "@topcli/prompts": "^2.4.1" 7 10 },
+2 -2
tsconfig.json
··· 2 2 // Visit https://aka.ms/tsconfig to read more about this file 3 3 "compilerOptions": { 4 4 // File Layout 5 - // "rootDir": "./src", 6 - // "outDir": "./dist", 5 + "rootDir": "./src", 6 + "outDir": "./dist", 7 7 8 8 // Set up for direct usage without compilation step 9 9 "erasableSyntaxOnly": true,