chore: create src, dist, .github directories (#36)

This commit is contained in:
hiroki osame
2023-02-15 01:50:22 -05:00
committed by GitHub
parent 47b5c9ad2e
commit 894baddd62
7 changed files with 6 additions and 5 deletions

View File

@@ -2,9 +2,10 @@
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"outDir": "./bin",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src"]
}