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