mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:46:13 +00:00
24 lines
466 B
JSON
24 lines
466 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"jsx": "react"
|
|
},
|
|
"include": ["./src", "./typings/"],
|
|
"typings": "./typings/index.d.ts",
|
|
"exclude": [
|
|
"node_modules",
|
|
"build",
|
|
"scripts",
|
|
"acceptance-tests",
|
|
"webpack",
|
|
"jest",
|
|
"src/setupTests.ts",
|
|
"tslint:latest",
|
|
"tslint-config-prettier"
|
|
]
|
|
}
|