mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-10-31 23:40:11 +00:00
11 lines
251 B
JSON
11 lines
251 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../js",
|
|
"target": "es6",
|
|
"lib": ["dom", "es2017"],
|
|
"typeRoots": ["./typings", "../node_modules/@types"],
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|