mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
17 lines
383 B
JSON
17 lines
383 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"sourceMap": false,
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
"types": ["node"],
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["src/**/*.ts", "../../types/**/*.d.ts"],
|
|
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
|
|
}
|