mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-06 23:57:40 +00:00
style(web/utils): autoindent tsconfig.json
This commit is contained in:
parent
e7d5c05a2e
commit
d0103fcaab
1 changed files with 11 additions and 11 deletions
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"module": "none",
|
||||
"outDir": "../dist/",
|
||||
"inlineSources": true,
|
||||
"sourceMap": true,
|
||||
"target": "es5",
|
||||
"types": ["node"],
|
||||
"lib": ["es6"],
|
||||
"outFile": "../dist/index.js"
|
||||
"allowJs": true,
|
||||
"module": "none",
|
||||
"outDir": "../dist/",
|
||||
"inlineSources": true,
|
||||
"sourceMap": true,
|
||||
"target": "es5",
|
||||
"types": ["node"],
|
||||
"lib": ["es6"],
|
||||
"outFile": "../dist/index.js"
|
||||
},
|
||||
"files": [
|
||||
"index.ts"
|
||||
"index.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue