@@ -17,7 +17,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
- "build": "yarn tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
+ "build": "yarn tsc -p tsconfig.build.json",
"clean": "shx rm -rf dist",
"dev": "yarn build",
"watch": "yarn tsc -w",
@@ -1,12 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/tsconfig",
- "extends": "../../tsconfig.base.json",
- "compilerOptions": {
- },
- "include": [
- "src"
- ],
- "exclude": [
- "test"
- ]
-}
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
- "extends": "./tsconfig.base.json",
+ "extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "dist",
@@ -8,10 +8,6 @@
"noResolve": false,
"preserveConstEnums": true,
"sourceMap": false,
- "noEmit": false,
-
- "baseUrl": ".",
- "paths": {
- }
+ "noEmit": false
}
@@ -1,11 +1,10 @@
- "~/*": ["./src/*"],
- "@growi/*": ["../*/src"]
+ "extends": "../../tsconfig.base.json",
+ "include": [
+ "src"
+ ],
+ "exclude": [
+ "test"
+ ]
@@ -67,7 +67,6 @@
},
"devDependencies": {
"@types/express": "^4.17.11",
- "eslint-plugin-regex": "^1.8.0",
- "tsc-alias": "^1.2.9"
+ "eslint-plugin-regex": "^1.8.0"