14 lines
194 B
JSON
14 lines
194 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"lib": ["es2019"],
|
|
"outDir": "build",
|
|
"strict": true,
|
|
"typeRoots": [
|
|
"./src/types"
|
|
]
|
|
}
|
|
}
|
|
|