generated from templates/typescript-library
14 lines
230 B
JSON
14 lines
230 B
JSON
{
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"target": "ES2022",
|
|
"moduleResolution": "NodeNext",
|
|
"module": "CommonJS",
|
|
"declaration": true,
|
|
"sourceMap": true
|
|
}
|
|
} |