mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 01:13:09 +02:00
13 lines
184 B
JSON
13 lines
184 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"jspm_packages",
|
|
"tmp",
|
|
"temp"
|
|
]
|
|
}
|