We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2f543 commit 4e28a8cCopy full SHA for 4e28a8c
.vitepress/config/shared.ts
@@ -1,5 +1,5 @@
1
import { defineConfig } from 'vitepress';
2
-import aiscriptTmLanguage from 'aiscript-vscode/aiscript/syntaxes/aiscript.tmLanguage.json' assert { type: 'json' };
+import aiscriptTmLanguage from 'aiscript-vscode/aiscript/syntaxes/aiscript.tmLanguage.json' with { type: 'json' };
3
import { createPlaygroundTransformer } from '../scripts/playground-transformer';
4
5
// https://vitepress.dev/reference/site-config
0 commit comments