9 lines
158 B
JSON
9 lines
158 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"declaration": true,
|
||
|
|
"emitDeclarationOnly": true,
|
||
|
|
"outDir": "./dist",
|
||
|
|
"strict": true
|
||
|
|
},
|
||
|
|
"include": ["index.ts"]
|
||
|
|
}
|