mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
13 lines
331 B
JSON
13 lines
331 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../js",
|
|
"target": "es2017",
|
|
"lib": ["dom", "es2017", "dom.iterable"],
|
|
"typeRoots": ["./typings", "../node_modules/@types"],
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|