mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
20 lines
322 B
JSON
20 lines
322 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "none",
|
|
"outFile": "index.js",
|
|
"sourceMap": true,
|
|
"lib": ["es6"],
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"./node_modules/@keymanapp",
|
|
"./node_modules/@types"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"test"
|
|
]
|
|
}
|