mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"module": "none",
|
|
"outDir": "../intermediate/",
|
|
"inlineSources": true,
|
|
"sourceMap": true,
|
|
"sourceRoot": "/keyman/",
|
|
"target": "es5",
|
|
"types": ["node"],
|
|
"lib": ["es6", "dom"]
|
|
}
|
|
}
|