mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 17:44:09 +02:00
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es2016",
|
|
"noImplicitAny": false,
|
|
"inlineSourceMap": true,
|
|
"outDir": "./build",
|
|
"types": ["node"],
|
|
"strictNullChecks": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"typeRoots": [ "./node_modules/@types"]
|
|
},
|
|
"compileOnSave": true,
|
|
"include": [
|
|
"src/**/*",
|
|
]
|
|
}
|