11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"outDir": "scripts",
|
|
"noImplicitAny": true,
|
|
"lib": ["ES7", "DOM"],
|
|
"sourceMap": true,
|
|
"target": "esnext",
|
|
"baseUrl": "src/"
|
|
}
|
|
} |