Skip to content
Snippets Groups Projects
Commit c75ff55b authored by syuilo's avatar syuilo
Browse files

fix typescript config

parent 1e7219b0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ describe('API', () => {
credential: 'TOKEN'
});
const res = await cli.request('meta', { detail: true });
expectType<Misskey.entities.InstanceMetadata>(res);
expectType<Misskey.entities.DetailedInstanceMetadata>(res);
});
test('conditional respose type', async () => {
......
......@@ -4,7 +4,6 @@
"module": "commonjs",
"declaration": true,
"outDir": "./built/",
"rootDir": "./src/",
"removeComments": true,
"strict": true,
"strictFunctionTypes": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment