@girs/mash-0.2
Version:
GJS TypeScript type definitions for Mash-0.2, generated from library version 0.2.0
26 lines (23 loc) • 566 B
JSON
{
"compilerOptions": {
// General settings for code interpretation
"target": "ESNext",
"module": "NodeNext",
"lib": ["ESNext"],
"types": [],
"experimentalDecorators": true,
"moduleResolution": "NodeNext",
"noEmit": true,
"noEmitOnError": false,
"baseUrl": "./",
"rootDir": ".",
// General settings for code generation
"removeComments": false,
"inlineSourceMap": false,
"inlineSources": false,
"newLine": "LF",
// Show diagnostics
"diagnostics": true
},
"include": ["./mash-0.2.d.ts"]
}