mirror of
https://github.com/plantroon/mx-puppet-xmpp.git
synced 2024-11-05 11:21:41 +00:00
18 lines
400 B
JSON
18 lines
400 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es2016",
|
|
"noImplicitAny": false,
|
|
"inlineSourceMap": true,
|
|
"outDir": "./build",
|
|
"types": ["node"],
|
|
"strictNullChecks": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"compileOnSave": true,
|
|
"include": [
|
|
"src/**/*",
|
|
]
|
|
}
|