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