15 lines
284 B
JSON
15 lines
284 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2024",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"baseUrl": ".",
|
|
"lib": ["DOM", "ES2024"]
|
|
},
|
|
|
|
// "include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|