This commit is contained in:
Leo_com
2018-04-27 12:01:06 +08:00
parent 4301d79b27
commit cd5d75f9cf
28 changed files with 22969 additions and 12 deletions

15
PQCode/jsconfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"experimentalDecorators": true
},
"exclude": [
"node_modules",
".vscode",
"library",
"local",
"settings",
"temp"
]
}