mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-08 14:57:04 +08:00
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"typeRoots": ["./index.d.ts", "./node_modules/@types"],
|
|
"checkJs": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|