9 lines
108 B
JSON
9 lines
108 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./build",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
]
|
|
} |