mirror of
https://github.com/go-gitea/u2f-api.git
synced 2026-07-01 20:24:01 -04:00
16 lines
225 B
JSON
16 lines
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"lib": [ "es2015", "es2017", "dom" ],
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"module": "CommonJS",
|
|
"target": "es5"
|
|
},
|
|
"include": [
|
|
"index.ts",
|
|
"src",
|
|
"test"
|
|
]
|
|
}
|