11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "ES2015",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
},
|
|
"include": ["webpage.ts"]
|
|
|
|
} |