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