8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"typeRoots": ["./index.d.ts", "./node_modules/@types"],
|
|
"checkJs": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|