12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": ".",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["./**/*.ts"],
|
|
"exclude": ["**/*.test.ts", "vitest.config.ts"]
|
|
}
|