mirror of
https://github.com/genxium/DelayNoMore
synced 2024-12-26 03:39:00 +00:00
13 lines
208 B
JSON
13 lines
208 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2015",
|
||
|
"module": "es2015"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"library",
|
||
|
"local",
|
||
|
"settings",
|
||
|
"temp"
|
||
|
]
|
||
|
}
|