8 lines
156 B
JSON
8 lines
156 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"outDir": "scripts",
|
|
"noImplicitAny": true,
|
|
"lib": ["ES2020", "DOM"]
|
|
}
|
|
} |