mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-09 20:00:12 +00:00
9 lines
181 B
JSON
9 lines
181 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../js",
|
|
"target": "es6",
|
|
"lib": ["dom", "es2017"],
|
|
"typeRoots": ["./node_modules/@types", "./typings"]
|
|
}
|
|
}
|