fix typescript config
This commit is contained in:
parent
1e7219b043
commit
c75ff55bbc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue