diff --git a/Cargo.lock b/Cargo.lock index 88ae1cd..3e69c68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,7 +252,7 @@ dependencies = [ [[package]] name = "torytis" -version = "1.0.2" +version = "1.0.3" dependencies = [ "clap", "glob", diff --git a/Cargo.toml b/Cargo.toml index 2e6169b..84b3504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "torytis" -version = "1.0.2" +version = "1.0.3" edition = "2021" [dependencies] diff --git a/package-lock.json b/package-lock.json index 271e7a0..6108e09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wisdomstar94/torytis", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wisdomstar94/torytis", - "version": "1.0.2", + "version": "1.0.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 63483c3..40fe64a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wisdomstar94/torytis", - "version": "1.0.2", + "version": "1.0.3", "description": "티스토리 블로그 스킨 개발 프레임워크", "main": "index.js", "scripts": { @@ -30,7 +30,9 @@ "url": "https://github.com/wisdomstar94/torytis/issues" }, "files": [ - "npm/**/*" + "npm/**/*", + "index.ts", + "types/**/*" ], "dependencies": { "binary-install": "^1.1.0" diff --git a/static/project-template/tsconfig.json b/static/project-template/tsconfig.json index 71877a4..be1ebf6 100644 --- a/static/project-template/tsconfig.json +++ b/static/project-template/tsconfig.json @@ -1,11 +1,11 @@ { "compilerOptions": { - "jsx": "react", + "jsx": "react-jsx", "module": "commonjs", "resolveJsonModule": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true }, - "include": ["./src/", "./torytis-build.tsx", "./torytis-env.d.ts", "./torytis-variable.d.ts"], + "include": ["./src/**/*", "./torytis-build.tsx", "./torytis-env.d.ts", "./torytis-variable.d.ts"], "types": ["node"] } \ No newline at end of file