10 lines
151 B
JSON
10 lines
151 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"declaration": true,
|
|
"lib": ["DOM", "ESNext"],
|
|
"rootDir": "./src",
|
|
"outDir": "lib"
|
|
}
|
|
}
|