17 lines
262 B
JSON
17 lines
262 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build",
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"target": "ESNext",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"src/**/*.test.ts"
|
|
]
|
|
}
|