mirror of
https://github.com/genxium/DelayNoMore
synced 2024-12-26 19:58:56 +00:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"experimentalDecorators": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
".vscode",
|
|
"library",
|
|
"local",
|
|
"settings",
|
|
"temp"
|
|
]
|
|
} |