14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ES2025",
|
|
"module": "ES2022",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "dist/lib",
|
|
"rootDir": "src/ts"
|
|
},
|
|
"include": ["src/ts/**/*.ts"],
|
|
"exclude": ["test/**/*"]
|
|
}
|