17 lines
252 B
JSON
17 lines
252 B
JSON
{
|
|
"files": [
|
|
"index.ts",
|
|
"depend.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"target": "esnext",
|
|
"lib": [
|
|
"esnext",
|
|
"dom",
|
|
"dom.iterable"
|
|
]
|
|
}
|
|
} |