9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./built",
|
|
"allowJs": true,
|
|
"target": "ES6",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [ "./src/**/*" ],
|
|
} |