From 04fdcac1dce2cc439dd8ad1b115507671040737e Mon Sep 17 00:00:00 2001 From: Miqdd Date: Mon, 22 Jan 2024 06:39:54 +0700 Subject: Publish --- assets/jsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 assets/jsconfig.json (limited to 'assets') diff --git a/assets/jsconfig.json b/assets/jsconfig.json new file mode 100644 index 0000000..d2c571d --- /dev/null +++ b/assets/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "../themes/stack/assets/*" + ] + } + } +} \ No newline at end of file -- cgit v1.2.3