mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-04 01:54:09 +02:00
seems to work somewhat
This commit is contained in:
commit
7efed83afd
12 changed files with 7432 additions and 0 deletions
18
tsconfig.json
Normal file
18
tsconfig.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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/**/*",
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue