nihilqui
Version:
Typescript .d.ts generator from GIR for gjs and node-gtk
21 lines (20 loc) • 422 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"types": ["node"],
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES6",
"sourceMap": true,
"outDir": "./dist"
},
"files": [
"main.ts"
]
}