Combine Library, JSX, and Time command #1
@@ -11,7 +11,11 @@
|
||||
"@/*": ["./src/*"],
|
||||
"@data/*": ["./data/*"],
|
||||
"@types/*": ["./types/*"]
|
||||
}
|
||||
},
|
||||
"noEmit": false,
|
||||
"declaration": true,
|
||||
"outDir": "dist",
|
||||
"allowImportingTsExtensions": false
|
||||
},
|
||||
"include": ["src", "types", "src/jsx/types.d.ts"],
|
||||
"exclude": ["node_modules", "dist", "build", "**/*.test.ts"]
|
||||
|
||||
@@ -5,10 +5,12 @@
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "@star-kitten/lib/discord",
|
||||
"paths": {
|
||||
"@*": ["./src/*"]
|
||||
"@*": ["./src/*"],
|
||||
"@star-kitten/lib/*": ["../lib/src/*"]
|
||||
},
|
||||
"typeRoots": ["src/types", "./node_modules/@types"]
|
||||
},
|
||||
"references": [{ "path": "../lib" }],
|
||||
"include": ["src", "types"],
|
||||
"exclude": ["node_modules", "dist", "build", "**/*.test.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user