11 lines
162 B
JSON
11 lines
162 B
JSON
{
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"target": "ES2022",
|
|
"moduleResolution": "NodeNext"
|
|
}
|
|
} |