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